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

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

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