其他分享
首页 > 其他分享> > msgfmt - 翻译汉化

msgfmt - 翻译汉化

作者:互联网

说明

安装使用

# 安装软件
yum install gettext -y

# 编码 po 文件为 mo 文件:
msgfmt -o test.mo test.po

# mo 文件反编码成 po 文件:
msgunfmt test.mo -o test.po

Q & A

# msgfmt -o messages.mo messages.po
messages.po: 4622: duplicate message definition...
messages.po: 4590: ...this is the location of the first definition

标签:文件,翻译,mo,string,msgfmt,gettext,汉化,po
来源: https://www.cnblogs.com/duchaoqun/p/11982804.html