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