Last active
November 30, 2016 06:32
-
-
Save oboje/8d18df1a1c39d3ea3440c38d9a30a515 to your computer and use it in GitHub Desktop.
Localization: making strings file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #to gen string files | |
| find ./ -name "*.m" -exec echo {} \; -exec genstrings -a -o en.lproj {} \; | |
| #proper macros | |
| NSLocalizedStringWithDefaultValue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment