1

is it possible to check if a translated value is used in my project.

For example, I want to check automatically if e.g.

/* 
Localizable.strings
*/
"THOUSAND"="Thousand";
"VALUE"="value"
...

is used somewhere in my project (in the following macro: NSLocalizedString(@"THOUSAND",@"");)?

I can do this by search value after value, but let's say there are 1000 values? So automatically do that would save much time :-D

BR & THX, mybecks

mybecks
  • 2,443
  • 8
  • 31
  • 43
  • I guess you don't want to change your workflow? Instead of searching through Localizable.strings make the code the master by using `NSLocalizedStringWithDefaultValue`? If that would solve your problem then I propose to look at an old post I wrote many moons ago: http://www.greck.eu/blog/2011/11/27/translating-your-iphone-and-ipad-project/ – Olaf Sep 20 '12 at 18:30

0 Answers0