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.
有没有办法创建空的 .mo 文件?通常在开始新项目时,当我还不需要翻译时,我就会陷入困境。
我试过这个没有运气:
msgfmt /dev/null --output-file foo.mo
知道了。
xgettext --force-po -f /dev/null -o foo.po msgfmt foo.po --output-file foo.mo