Skip to content

Instantly share code, notes, and snippets.

@oboje
Last active November 30, 2016 06:32
Show Gist options
  • Save oboje/8d18df1a1c39d3ea3440c38d9a30a515 to your computer and use it in GitHub Desktop.
Save oboje/8d18df1a1c39d3ea3440c38d9a30a515 to your computer and use it in GitHub Desktop.
Localization: making strings file
#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