标签:程序 tab 自由软件 message start 通过 string div duplicate
# 安装软件
yum install gettext -y
# 编码 po 文件为 mo 文件:
msgfmt -o test.mo test.po
# mo 文件反编码成 po 文件:
msgunfmt test.mo -o test.po
# msgfmt -o messages.mo messages.po
messages.po: 4622: duplicate message definition...
messages.po: 4590: ...this is the location of the first definition
标签:程序 tab 自由软件 message start 通过 string div duplicate
原文地址:https://www.cnblogs.com/duchaoqun/p/11982804.html