FeaturesPluginPricingResources
Change Language
Resources#Development

Articles tagged with #Development

How to Automate .po Translation in Your CI/CD Pipeline
ArticleJune 9, 2026

How to Automate .po Translation in Your CI/CD Pipeline

Automate .po file translation in your CI/CD pipeline. A developer guide to extracting, translating, and committing with GitHub Actions.

Read Article
How to Translate Drupal .po Files with AI
ArticleJune 6, 2026

How to Translate Drupal .po Files with AI

Learn how to translate Drupal .po files with AI while preserving @variable and :placeholder tokens. A guide to Drupal localization at scale.

Read Article
Translation Glossaries & Terminology Consistency in WordPress
ArticleJune 3, 2026

Translation Glossaries & Terminology Consistency in WordPress

Inconsistent terminology hurts UX. Learn how translation glossaries enforce terminology consistency across large WordPress .po files.

Read Article
WordPress JSON Translation: Translating Block Editor JavaScript
ArticleMay 27, 2026

WordPress JSON Translation: Translating Block Editor JavaScript

Block editor strings still in English? Learn WordPress JSON translation for JavaScript with wp i18n make-json and script translations.

Read Article
Using msgctxt: Adding Context to Gettext Translations
ArticleMay 15, 2026

Using msgctxt: Adding Context to Gettext Translations

Learn how msgctxt adds context to gettext translations so words like Book or Order translate correctly. A developer guide to _x().

Read Article
How to Fix Fuzzy Translations in WordPress .po Files
ArticleMay 11, 2026

How to Fix Fuzzy Translations in WordPress .po Files

Fuzzy translations not showing? Learn what the gettext fuzzy flag means, why WordPress skips it, and how to fix fuzzy .po strings fast.

Read Article
How to Compile .po to .mo Files (4 Methods)
ArticleMay 3, 2026

How to Compile .po to .mo Files (4 Methods)

Need to compile .po to .mo? Learn 4 reliable methods — WP-CLI, msgfmt, Poedit, and cloud tools — plus how to avoid missing translations.

Read Article
How to Create a .pot File for a Theme or Plugin
ArticleApril 29, 2026

How to Create a .pot File for a Theme or Plugin

Learn how to create a POT file for a WordPress theme or plugin using WP-CLI, Poedit, and makepot — the right way to start localization.

Read Article
How to Use Poedit: The Complete Guide (2026)
ArticleApril 25, 2026

How to Use Poedit: The Complete Guide (2026)

A complete Poedit tutorial for 2026: open, edit, and compile .po files, use Translation Memory, fix fuzzy strings, and when to scale beyond it.

Read Article
.po vs .mo vs .pot: WordPress Translation Files Explained
ArticleApril 21, 2026

.po vs .mo vs .pot: WordPress Translation Files Explained

Confused by .po vs .mo files? Learn what .po, .mo, and .pot translation files do in WordPress, how they connect, and which you should edit.

Read Article
How to Translate XLIFF Files (Drupal, Symfony, Angular, iOS)
ArticleApril 16, 2026

How to Translate XLIFF Files (Drupal, Symfony, Angular, iOS)

XLIFF is the industry standard for localization. Learn how to translate XLIFF files for Drupal, Symfony, Angular, and iOS without corrupting tags.

Read Article
How to Translate i18next JSON Files in React & Next.js (2026)
ArticleApril 5, 2026

How to Translate i18next JSON Files in React & Next.js (2026)

Automate i18next translation for React and Next.js apps. Learn how to translate JSON locale files without breaking interpolations, plurals, or nested keys.

Read Article