1. msgfmt安装方法:
sudo apt-get install gettext
2. 编码 po 文件为 mo 文件:
msgfmt -o test.mo test.po
3. mo 文件反编码成 po文件:
msgunfmt test.mo -o test.po
1. msgfmt安装方法:
sudo apt-get install gettext
2. 编码 po 文件为 mo 文件:
msgfmt -o test.mo test.po
3. mo 文件反编码成 po文件:
msgunfmt test.mo -o test.po
之前