Created
April 14, 2016 13:55
-
-
Save Lutzifer/4e3abcee7039349a0b3e8ee4105ed148 to your computer and use it in GitHub Desktop.
extract text from localizable.string for spell checking
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
cat Localizable.strings | cut -d "=" -f 2 | sed "s|;||g" > spellcheck.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment