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
- Host: GitHub
- URL: https://github.com/keepsafe/genstrings_swift
- Owner: KeepSafe
- License: apache-2.0
- Created: 2015-04-03T20:33:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T01:26:13.000Z (over 10 years ago)
- Last Synced: 2025-05-09T01:49:05.538Z (about 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 20
- Watchers: 19
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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`