Description
Applications running on PHP 8.2 can load translated user-interface strings from gettext catalogs. This runtime extension is used by web apps, CMS platforms, command-line tools, and plugins that rely on PO and MO translation files. It is dependency-only and has no separate launcher; PHP code calls gettext functions when enabled. Translation catalogs should be trusted and tested because bad placeholders, encodings, or plural forms can break output for users.