How to Localize Software at Scale: A Step-by-Step Guide

If our business is lucky enough to make it past its first few years, we often need to address the next hurdle: scaling. In this guide, we take a look at scaling from the perspective of internationalization (i18n) and localization (l10n). We address workflow efficiency and how localization technology can…

0 Comments

Using Google Translate in Python Applications

Software development projects, including those in Python, often struggle with delivery as soon as an application needs to be made multilingual. For simple applications, for example, you might be using spreadsheets and a machine translation engine like Google Translate. However, if you have a complex application, with lots of text…

0 Comments

Pokemon Trading Card Game Live is launching soon on mobile and PC

The Pokemon Company has announced its new game, the Pokemon Trading Card Game Live, that’s launching soon. Pokemon TGC Live features the same gameplay and mechanics as its real-world counterpart, including rules and regulations. But like Hearthstone and other similar digital games, Pokemon TGC Live will have daily quests, cosmetic…

0 Comments

Flutter Over-the-Air Translation with Phrase

Nothing is quite as frustrating as having shiny new content ready to ship for your mobile app, only to have to wait for App or Play store approval to get it live to your users (I’m especially looking at you, Apple). With Phrase Over the Air, you can pull fresh…

0 Comments

How to Localize Siri Shortcuts

As Apple mobile device users, we can use and create new shortcuts based on actions available in the Shortcuts app. Those shortcuts are based on apps already installed on the device. Each shortcut can be really useful on its own, but when chained together, it becomes an even more powerful…

0 Comments

A Deep Dive Into Internationalizing Jetpack Compose Android Apps

Thanks to Google Play Console, Android developers are able to distribute their apps worldwide in no time. However, many users aren’t (native) English speakers. In fact, English makes only 25.9% of the global internet user base. This, essentially, means that an English-only app would miss millions of downloads. To unlock…

0 Comments

A Guide to Flutter Localization

Flutter has come a long way since we last published How to Internationalize a Flutter App Using intl and intl_translation in late 2018. Since then, the cross-platform framework has taken the mobile app development world by storm. With 150,000 apps and half a million developers in its portfolio, it seems…

0 Comments