Skip to content

KeepSafe/genstrings_swift

Repository files navigation

genstrings_swift

genstrings commandline tool for Swift. Generates .strings file from swift sources. Merges file generated by genstrings and genstrings_swift

Requirements

  1. Python 2.7.+ or Python 3.+

Usage

  1. python ./genstrings_swift.py -o ./App/en.lproj/ ./App/Source/LocalizationConstants.swift
  2. python ./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