Skip to content

Instantly share code, notes, and snippets.

@Lutzifer
Created April 14, 2016 13:55
Show Gist options
  • Save Lutzifer/4e3abcee7039349a0b3e8ee4105ed148 to your computer and use it in GitHub Desktop.
Save Lutzifer/4e3abcee7039349a0b3e8ee4105ed148 to your computer and use it in GitHub Desktop.
extract text from localizable.string for spell checking
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