Skip to content

Instantly share code, notes, and snippets.

@AdityaDeshmane
Last active October 9, 2016 12:59
Show Gist options
  • Save AdityaDeshmane/0e4d16f51ec728d6e350 to your computer and use it in GitHub Desktop.
Save AdityaDeshmane/0e4d16f51ec728d6e350 to your computer and use it in GitHub Desktop.
iOS : Localisation Command
//Fetches all localisable strings and puts them in .string file, should be executed in top level directory for project
find . -name \*.m -o -name \*.h | xargs genstrings -o en.lproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment