genstrings_swift
genstrings_swift copied to clipboard
genstrings commandline tool for Swift
genstrings_swift
genstrings commandline tool for Swift. Generates .strings file from swift sources. Merges file generated by genstrings and genstrings_swift
Requirements
- Python 2.7.+ or Python 3.+
Usage
python ./genstrings_swift.py -o ./App/en.lproj/ ./App/Source/LocalizationConstants.swiftpython ./genstrings_merge.py -o ./App/en.lproj/ ./App/Source/Localizable.strings ./App/Source/Localizable_swift.strings
Help
python ./genstrings_swift.py -h
python ./genstrings_merge.py -h