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

Introduction to the gettext Tools for Internationalization

The GNU gettext package is a powerful set of tools that can ease i18n and l10n for your applications. Get your skills going with this tutorial.
Software localization blog category featured image | Phrase

Software localization

How to Translate Python Applications with the GNU gettext Module

Learn how to use the GNU gettext module, bundled with Python's official standard library, to get your Python i18n and l10n development going.
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.