Localization / internationalization automation for Xcode at the project / file level for all lines / numbers / units simultaneously

Several plugins are available that make writing localized strings easier. For example: extract-localizable-string-plugin-xcode

My question is different from this.

Is there any automated tool / software that can identify all Strings / Numbers / Currency-Units declarations at the file or project level and help prepare the localization file in some effective (time-saving) way?

For example: let them say that I have 5 string declarations in file1 and a few more in file2. I want these strings to be automatically detected (extracted in some way) and then added to the Localized.strings file for Language Support. Is it possible?

Basically I want to extract all such strings / numbers, etc. static ads from the project and apply localization support. I know that this can be done manually, but it would be great if there were any automatic ways to achieve this. Any help would be great.

At least any script or something that can help generate a report or something that lists all the variables / headers, etc. (Lines / Numbers / Currency / Units) to be used in the localization file will also help.

+5
source share
1 answer

Check out the service my team built on El Loco . He does exactly what you describe and much more. There is a free level, so give it a try.

+1
source

All Articles