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...
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...
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...
MO
Reads and writes MO (Machine Object) binary translation files — the compiled format used by gettext at runtime. Source: wp-includes/pomo/mo.php...
NOOP_Translations
Provides the same interface as Translations but performs no actual translation. All lookups return the original string. Used as a...
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...
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:...
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...
Gettext_Translations
Extends Translations with gettext-specific functionality: plural form expression parsing, header management, and dynamic plural form selection from the Plural-Forms header....