https://github.com/camobap/polyglot
Tool to generate localizable strings files for ios, android, blackberry, windowsphone from single csv file
https://github.com/camobap/polyglot
Last synced: 10 months ago
JSON representation
Tool to generate localizable strings files for ios, android, blackberry, windowsphone from single csv file
- Host: GitHub
- URL: https://github.com/camobap/polyglot
- Owner: CAMOBAP
- License: mit
- Created: 2018-11-24T22:15:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T13:46:51.000Z (over 7 years ago)
- Last Synced: 2025-06-24T21:05:45.583Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polyglot
Poluglot - simple tool to orchestrate csv based translation files
## Getting Started
### Prerequisites
This script require only `python3` no third-party libraries need
### Installing
You can just copy [`polyglot.py`](https://raw.githubusercontent.com/CAMOBAP795/polyglot/master/polyglot.py) whenever you want and use it there
```
wget https://raw.githubusercontent.com/CAMOBAP795/polyglot/master/polyglot.py && chmod +x polyglot.py && ./polyglot.py --help
```
## Usage
Run `./polyglot.py --help` to get more details
## Contributing
No strict requirments for contributors yet, just create PR)
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/CAMOBAP795/polyglot).
## Authors
* **Alexander Bobrikovich** - *Idea/Implementation* - [polyglot](https://github.com/CAMOBAP795/polyglot)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details