0

I have this app that suffered several modifications and more localizations were added over time.

Is there any way to check the Localizable.strings files for the several languages against the code to see what localizations are missing on the strings files or not being used anymore?

4

1 回答 1

0

Found an answer.

Add this option

-NSShowNonLocalizedStrings YES

as a launch argument to your app on xcode.

于 2015-02-12T16:26:41.267 回答