linux下安装并使用msgfmt命令

msgfmt安装方法:

    sudo apt-get install gettext

编码 po 文件为 mo 文件:

    msgfmt -o test.mo test.po

mo 文件反编码成 po文件:

    msgunfmt test.mo -o test.po

参考链接

posted @ 2019-12-13 17:03  绝技小嗨皮  阅读(1746)  评论(0编辑  收藏  举报
Title