So, in my project I have 10 languages, and 10 Localizable.strings files. I just created Localizable.strings files, a file for each language. Now they contain "key" = "value" pairs, and both keys and values are in English (default language).
My languages are all translated and stay in Excel files.
The question is, how can I insert all my languages in those files faster than just copying each word manually or writing a script for that? Maybe there is a existing tool for this already? Thanks.