How to Convert a PO File to JSON (for React, Vue & Web Apps)
Convert gettext PO files to JSON for React, Vue, and web apps. Step-by-step with i18next-conv, po2json, a gettext-parser Node script, and a Python polib script — plus how to fix placeholders (%s → {{var}}) and plural forms so nothing breaks at runtime.