Re: Automatic warnings for NSLocalizedString?
Re: Automatic warnings for NSLocalizedString?
- Subject: Re: Automatic warnings for NSLocalizedString?
- From: Frédéric Testuz <email@hidden>
- Date: Wed, 20 Jul 2011 18:28:28 +0200
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, 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 would receive some kind of warning.
>
> Thanks
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden