Re: Automatic warnings for NSLocalizedString?

2011-07-20 Thread Frédéric Testuz
It's not at compile time, but you can have messages log at runtime. See the documentation for [NSBundle localizedStringForKey:value:table:]. This is the method called by NSLocalizedString. F. Testuz Le 20 juil. 2011 à 13:10, Oleg Krupnov a écrit : > Hi, > > Is there a way, at compile time, t

Automatic warnings for NSLocalizedString?

2011-07-20 Thread Oleg Krupnov
Hi, Is there a way, at compile time, to automatically check that all strings referenced anywhere in my project via NSLocalizedString have their localized counterparts in *.strings files for all localizations I have included into the project? So that if a string is missing in a localization, I woul