sudo apt-get install gettext
msgfmt -o test.mo test.po
msgunfmt test.mo -o test.po
linux下安装并使用msgfmt命令
原文:https://www.cnblogs.com/jjxhp/p/12036187.html