有没有一种简单的方法来合并Localizable.strings文件?

问题描述:

问题:使用genstrings从项目创建Localizable.strings文件。几个星期后,一些事情发生了变化,我再次运行genstrings。 75%的新文件已经在旧文件中。如何将新文件与旧文件合并,以便旧文件包含所有这25%的新键值对?

Problem: Using genstrings to create Localizable.strings files from a project. A few weeks later, some things changed and I run genstrings again. 75% of the new file is already in the old file. How could I merge the new file with the old file, so that the old file contains all of those 25% new key-value-pairs?

我刚刚找到了本地化套件。令人难以置信的强大工具免费。我在我的项目上试了一下它就行了。但是缺乏文档。

I just found the Localization Suite. Incredible powerful tool for free. I tried it on my project and it just works. Lacks documentation though.