An open API service indexing awesome lists of open source software.

https://github.com/keepsafe/genstrings_swift

genstrings commandline tool for Swift
https://github.com/keepsafe/genstrings_swift

Last synced: about 1 year ago
JSON representation

genstrings commandline tool for Swift

Awesome Lists containing this project

README

          

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`