Last active
October 9, 2016 12:59
-
-
Save AdityaDeshmane/0e4d16f51ec728d6e350 to your computer and use it in GitHub Desktop.
iOS : Localisation Command
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
//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