I did a really sloppy job of localization the first time and the string catalog has erronious pieces of text. I should really clarify that no additional information should be present.
Furthermore, it may be a good idea to add some checks. For example, @lld must match a @lld in the output file to have the string template work properly.
Finally, a InfoPlist.xcstrings file should be added to extract and translate the strings which were found in this file.
--
p.s. this is kind of embarrassing how little effort I gave to localization despite writing tranzlate.js. Once I wrote this, I kind of thought it was automatic and spent less than a minute actually using it.
I did a really sloppy job of localization the first time and the string catalog has erronious pieces of text. I should really clarify that no additional information should be present.
Furthermore, it may be a good idea to add some checks. For example,
@lld
must match a@lld
in the output file to have the string template work properly.Finally, a
InfoPlist.xcstrings
file should be added to extract and translate the strings which were found in this file.--