Skip to content

Instantly share code, notes, and snippets.

@asilturk
Created February 8, 2019 06:58
Show Gist options
  • Save asilturk/70b662520407d97aaba5620b57c5c91f to your computer and use it in GitHub Desktop.
Save asilturk/70b662520407d97aaba5620b57c5c91f to your computer and use it in GitHub Desktop.
Localization - Terminal Command
// Terminal Komutu
find . -type f -name \*.swift -print0 | xargs -0 genstrings -o Base.lproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment