Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localization / Internationalization Automation for XCode at Project/file Level for all Strings/ Numbers/ Units at once

There are several plugins available which helps to make Localizable strings entries easily. Like: extract-localizable-string-plugin-xcode

My question is different from that.

Is there any automated tool/software which is capable of identifying all the - Strings/ Numbers / Currency - Units declarations at file or project level & help preparing Localization file in some effective (time saving) manner?

For example: Let's say i have 5 string declarations at file1 & few more at file2. I want to have those strings automatically detected (extracted someway) & then added to Localized.strings file for Language support. Is it possible?

Basically i want to extract all such string/ numbers, etc.. static declarations from project & apply localization support. I know it can be done manually but would be great if there are any automated ways to achieve this. Any help would be great.

At least any script or something which can help generating report or something which lists down all the variables / titles, etc (Strings/ Numbers/ Currency / Units) to be used in localization file would also help.

like image 854
Niraj Avatar asked Nov 09 '22 05:11

Niraj


1 Answers

Check out the service my team built over at El Loco. It does exactly what you are describing and much more. There is a free tier available, so give it a try.

like image 127
Michael Teper Avatar answered Nov 14 '22 22:11

Michael Teper