https://github.com/superbil/rosetta
Covert excel file to localizable files for iOS
https://github.com/superbil/rosetta
Last synced: about 1 year ago
JSON representation
Covert excel file to localizable files for iOS
- Host: GitHub
- URL: https://github.com/superbil/rosetta
- Owner: Superbil
- License: gpl-3.0
- Created: 2014-02-14T05:14:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T17:20:41.000Z (about 10 years ago)
- Last Synced: 2025-04-13T05:56:38.167Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Rosetta
Covert excel file to [localizable](https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPInternational/Articles/StringsFiles.html) files
## Requirements
* xlrd
## Install
pip install -r requirements.txt
## Usage
usage: rosetta.py [-h] [-l LOCALIZABLE_FOLDER] [-f LOCALIZABLE_FILE] [-q]
[-o OUTPUT_FOLDER]
book_file
positional arguments:
book_file appString file name
optional arguments:
-h, --help show this help message and exit
-l LOCALIZABLE_FOLDER, --localizable_folder LOCALIZABLE_FOLDER
output strings folder name
-f LOCALIZABLE_FILE, --localizable_file LOCALIZABLE_FILE
output strings file name
-q, --quite quite run
-o OUTPUT_FOLDER, --output_folder OUTPUT_FOLDER
place to output
## License
Rosetta is available under the GPL v3. See the LICENSE file for more info.