Pomo

Translations

Base class for a set of translation entries and their associated headers. Provides the core translation lookup interface. Source: wp-includes/pomo/translations.php...

Updated March 4, 2026

POMO — PO/MO Translation File Handling

WordPress gettext-based internationalization subsystem for reading, writing, and managing PO and MO translation files. Since: 2.8.0 Source: wp-includes/pomo/ Components Component...

Updated March 4, 2026

Stream Readers

Classes for reading streams of data, used by the MO file parser. Handles byte-level I/O with endian-aware integer reading and...

Updated March 4, 2026

MO

Reads and writes MO (Machine Object) binary translation files — the compiled format used by gettext at runtime. Source: wp-includes/pomo/mo.php...

Updated March 4, 2026

NOOP_Translations

Provides the same interface as Translations but performs no actual translation. All lookups return the original string. Used as a...

Updated March 4, 2026

Plural_Forms

A gettext Plural-Forms expression parser and evaluator. Converts C-like plural expressions (e.g., n != 1, n%10==1 && n%100!=11 ? 0...

Updated March 4, 2026

PO

Reads and writes PO (Portable Object) text-based translation files — the human-editable source format used by gettext. Source: wp-includes/pomo/po.php Since:...

Updated March 4, 2026

Translation_Entry

Encapsulates a single translatable string with its translations, metadata, and context. Source: wp-includes/pomo/entry.php Since: 2.8.0 Properties Property Type Default Description...

Updated March 4, 2026

Gettext_Translations

Extends Translations with gettext-specific functionality: plural form expression parsing, header management, and dynamic plural form selection from the Plural-Forms header....

Updated March 4, 2026
← Back to Chubes.net