合并 2 个 GetText 文件

发布于 2024-07-09 10:08:49 字数 129 浏览 6 评论 0原文

我有两个中型 Web 应用程序,我正在将其合并为一个。 它们都使用 GetText 进行本地化,并且具有大量通用字符串,因此手动合并它们会非常烦人。 合并两个 PO 文件的最快方法是什么?

I have two medium-sized web applications that I'm merging into one. They are both localized with GetText and have large amout of common strings, so merging them manually would be extremely annoying. What is the fastest way to merge the two PO files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

葵雨 2024-07-16 10:08:49

msgcat 的用途就是这样:它连接并合并 PO 文件。 msgmerge 用于将 PO 文件与更新的 POT 文件合并。

msgcat is meant for just this thing: it concatenates and merges PO files. msgmerge is for merging PO files with an updated POT file.

神经暖 2024-07-16 10:08:49

我确信 msgmerge 可以被强制这样做。 (我的意思是,连接两个 .po 文件,然后让它解决问题。)

I'm sure msgmerge can be coerced into doing just that. (I mean, concat your two .po files, and let it sort things out.)

寂寞美少年 2024-07-16 10:08:49

“WinMerge”非常有帮助

"WinMerge" can be very helpful

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文