CSCreamCheese Studioinccscheese.hashnode.dev·5d ago · 5 min readHow to Add Localization to a Unity ProjectEvery Unity localization tutorial starts the same way: "install this package, click these buttons." Then you're three weeks in, your translator is asking for a spreadsheet, your text is getting clippe00
Ttechpotionsintechpotions.hashnode.dev·Jul 9 · 5 min readMultilingual Next.js: RTL, French & Spanish Done RightOriginally published at techpotions.com. Multilingual Next.js website development isn't just about swapping strings. If you're building for the MENA region or European markets, you'll face three disti00
AKAndrii Kostashchukinnpati.hashnode.dev·Jun 22 · 9 min readHow to Structure Country-Specific Routes in a Multi-Market Web ApplicationBuilding a web application for several countries requires more than translating interface text. Each market may use a different language, currency, address format, category structure and URL pattern. 00
RMRodolfo M. Rayaintypesxml.hashnode.dev·Jun 17 · 4 min readClosing the XML Gap in TypeScript (for Localization Workflows)If you’ve ever tried to process XML in Node.js or TypeScript, you’ve probably run into a limitation: parsing is easy, but validation against DTD or XML Schema is not. That becomes a real problem when 00
PVPadmanabhan Venkitasubramanianintvpadmanabhan.hashnode.dev·May 14 · 3 min readRails I18n Pattern: Combining Parameterized Translations with Fallback KeysIntroduction Rails I18n is usually introduced through two basic patterns: interpolation using named placeholders fallback translations using default keys Individually, both are well understood. Bu00
Iitdragoninitdragon.hashnode.dev·Apr 22 · 3 min readPractical Localization: Bridging the Gap Between Machine Translation and AI for Indie AppsBridging Machine Translation and AI in Practice Globalization is More Than Just “Encoding” Launching an app globally is about more than just swapping text in strings.xml. As an indie developer scalin00
SShotlingoinshotlingo.hashnode.dev·Apr 22 · 3 min readGerman App Store Screenshots Are 35% Longer Than English - Here Is What to DoThe 35% problemEvery time you translate English marketing copy to German, the text grows by roughly 35%. This is not an opinion - it is a linguistic fact measured across thousands of real app store listings.English: Design stunning screenshots in min...00
SShotlingoinshotlingo.hashnode.dev·Apr 22 · 4 min readDesigning Screenshots for RTL Languages: Arabic, Hebrew & MoreDesigning Screenshots for RTL Languages: Arabic, Hebrew & More Right-to-left (RTL) languages represent some of the most lucrative and underserved app markets in the world. Arabic alone is spoken by over 400 million people across 25+ countries. Hebrew...00
SShotlingoinshotlingo.hashnode.dev·Apr 22 · 4 min readHow to Localize Screenshots for 40+ Languages Without Losing Your MindHow to Localize Screenshots for 40+ Languages Without Losing Your Mind If you have ever tried to manually localize app store screenshots for even 5 languages, you know the pain. Now imagine scaling that to 40+ languages. The math is brutal: 10 screen...00
Ttelosintelos-robotics.hashnode.dev·Apr 16 · 10 min readAMCL: The Localization Algorithm That Survived 20 Years — Particle Filter + KLD-Sampling Deep DiveTL;DR AMCL (Adaptive Monte Carlo Localization) is a probabilistic localization algorithm that estimates a robot's pose on a pre-built 2D map. The key idea: represent the position probability distribution using a particle filter, and dynamically adjus...00