在 PoEdit 中刷新 POT
我创建了一个 POT 来翻译我的网站并生成了一个 MO 文件。
我创建了一个新项目并从 POT 文件导入,在翻译过程中我注意到原始 POT 上有一些错误。
我进行了更正,现在我想“刷新”POT 文件,以更新我的翻译项目,而不会丢失我已完成的所有翻译。
我该怎么做?
I created a POT to translate my website and generated a MO file.
I created a new project and improted from POT file, during the translation I noticed a few errors on my original POT.
I made the corrections and now I want to "refresh" the POT file, to update my translation project without lossing all the translation I've done.
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
msgmerge
。 GNU gettext 手册中对所有内容进行了解释。Use
msgmerge
. Everything is explained in the GNU gettext manual.