Skip to content

Instantly share code, notes, and snippets.

@jkereako
Last active August 29, 2015 14:16
Show Gist options
  • Save jkereako/aea642b62874e2427d6b to your computer and use it in GitHub Desktop.
Save jkereako/aea642b62874e2427d6b to your computer and use it in GitHub Desktop.
Execute genstrings on all implementation files of your XCode project and save them into the directory en.lproj. Credit: http://www.objc.io/issue-9/string-localization.html
# Copy and paste this command into your terminal.
find . -name "*.m" | xargs genstrings -o en.lproj
@jkereako
Copy link
Author

Credit

This was taken from the objc issue 9, String Localization by Florian Kuger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment