Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP 从数据库中生成 .mo 文件,但遇到了一个奇怪的问题:有些键有效,有些则无效。我认为生成的文件存在某种问题。如何检查 .mo 文件是否正确?
使用msgunfmt,与 相反msgfmt:
msgunfmt
msgfmt
msgunfmt something.mo
如果.mo文件乱了,msgunfmt就会抱怨。
.mo
polib可以打开和读取 .mo 文件;创建一个迭代条目的小工具应该不难,允许您验证它们。