Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created August 26, 2011 07:59
Show Gist options
  • Save lxneng/1172943 to your computer and use it in GitHub Desktop.
Save lxneng/1172943 to your computer and use it in GitHub Desktop.
语言文件 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