I found this tool very handy for easily compiling .po
files into .mo
files. It’s quick and effective via the command line:EnregistrerCopier
sudo apt install gettext
And then, with the msgfmt
tool, it’s as simple as this:EnregistrerCopier
msgfmt -o file.mo file.po