How to convert .mo to .po or .po to .mo

on February 22nd, 2016 by Hades | 1 Comment »

just need to install gettext

on Mac OS X via Homebrew
brew install gettext

on Ubuntu via apt-get

apt-get install gettext

mo to po ###

msgunfmt xxx.mo -o xxx.po

po to mo

msgfmt xxx.po -o xxx.mo

{Leave a response }

  1. Luca Matera says:

    doesn’t work
    -bash: msgunfmt: command not found

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.