Created
August 26, 2011 07:59
-
-
Save lxneng/1172943 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
语言文件 po 和 mo 的互相转换 | |
=========================== | |
apt-get install gettext | |
1, mo to po | |
msgunfmt xxx.mo -o xxx.po | |
2, po to mo | |
msgfmt xxx.po -o xxx.mo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment