Is there an easy way to merge Localizable.strings files?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-05-18T09:31:38Z Indexed on 2010/05/18 11:51 UTC
Read the original article Hit count: 270

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about genstrings