开发者

Find differences in a .po file

开发者 https://www.devze.com 2023-03-20 19:16 出处:网络
I have a .po file where most translated strings are identical to original ones. However, few are different.开发者_StackOverflow How do I quickly find the ones that differ from original?use podiff

I have a .po file where most translated strings are identical to original ones. However, few are different.开发者_StackOverflow How do I quickly find the ones that differ from original?


use podiff

I used it, an it workd for me. Its in C, so you have to compile it. make is your friend


I would suggest using one of the many web-based localization management platforms. To name a few:

  • Amanuens (disclaimer: my company builds this product)
  • Web Translate It
  • Transifex
  • GetLocalization

This kind of platforms allows you to keep your resource files in sync, edit them in a web-based editor (useful for no-technical translators) and most importantly to highlight/see only the changed/untranslated strings.

0

精彩评论

暂无评论...
验证码 换一张
取 消