Created
February 8, 2019 06:58
-
-
Save asilturk/70b662520407d97aaba5620b57c5c91f to your computer and use it in GitHub Desktop.
Localization - Terminal Command
This file contains 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
// 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