Skip to main content
Software localization blog category featured image | Phrase

Software localization

How to Combine Two PO Translation Files Together

Are you implementing i18n with gettext and want to find out how to merge PO files? Here is what you need to know.
Software localization blog category featured image | Phrase

Software localization

Creating a WordPress Multilingual Site: Best Practices for Custom Theme Localization

Round out your understanding of Wordpress theme localization with a bunch of recipes for accomplishing common i18n and l10n tasks.
Software localization blog category featured image | Phrase

Software localization

Creating a WordPress Multilingual Site: Beginning Custom Theme Localization with gettext

Find out how to make a WordPress custom theme adaptable to multiple locales and localize it by learning the gettext system along the way.
Software localization blog category featured image | Phrase

Software localization

Creating a WordPress Multilingual Site: Content & Polylang

Robust i18n plugins like Polylang make the setup of a WordPress multilingual site simple and quick. Let's create a blog and internationalize it with ease.
Software localization blog category featured image | Phrase

Software localization

Babel’s I18n Advantages for Multilingual Apps

Python Babel is a well-known library for Python i18n and l10n. Learn how to use it and integrate it with Jinja2 templates in this tutorial.
Software localization blog category featured image | Phrase

Software localization

Translating Phoenix Applications with GNU gettext

Phoenix i18n - Learn how to add support for i18n in Phoenix applications with Gettext & how to support multiple locales, pluralization rules, and domains.
Software localization blog category featured image | Phrase

Software localization

Ruby I18n: Translate Ruby Projects with gettext & PO Files

Ruby i18n from A to Z: Learn how to translate Ruby applications, what GetText and PO filesĀ are, about their format and how to translate with fast_gettext.