Format Message Catalog - Compile PO Files with msgfmt | Online Free DevTools by Hexmos
Format message catalogs with msgfmt. Compile .po files to .mo files for gettext localization. Streamline translation workflows. Free online tool, no registration required.
msgfmt
Compile message catalog to binary format. More information: https://www.gnu.org/software/gettext/manual/gettext.html#msgfmt-Invocation.
- Compile a file to
messages.mo:
msgfmt {{file.po}}
- Convert a
.pofile to a.mofile:
msgfmt {{path/to/file.po}} {{[-o|--output-file]}} {{path/to/file.mo}}
- Display help:
msgfmt {{[-h|--help]}}
