logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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 .po file to a .mo file:

msgfmt {{path/to/file.po}} {{[-o|--output-file]}} {{path/to/file.mo}}

  • Display help:

msgfmt {{[-h|--help]}}

See Also