erisu opened a new pull request #803: feature: add CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED URL: https://github.com/apache/cordova-ios/pull/803 ### Motivation and Context Apply Xcode Recommendation to enable the static analyzer to check for missing localizability. ### Description Added `CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED` flag. This flag will only warn when a non-localized string is passed to a user-interface method. It will help people understand why something might not display in the correct localization. ### Testing - `npm t` ### Checklist - [x] I've run the tests to see all new and existing tests pass
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
