logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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