Skip to content

automatically generates and translates your en.json file into as many languages as you want ( just run it and add it to your web/mobile app along with i18n or any other library of your choosing).

License

Notifications You must be signed in to change notification settings

24greyhat/jsonLocalizer

Repository files navigation

Json Localizer

Automatically generates a directory of json files in different languages from a single en.json file to be used in your mobile or web app along with i18n or any other library of your choosing.

1) clone the repo

2) Instal requirements

$ pip install -r requirements.txt

3) run the example to get started

$ python3 example.py

the results are stored in a new folder called "translations"

an "index.js" file is generated along with a "languages.js"

4) read, use and modify it according to your needs.

don't hesitate to report any issues!!!

About

automatically generates and translates your en.json file into as many languages as you want ( just run it and add it to your web/mobile app along with i18n or any other library of your choosing).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages