simple cli to translate your json i18n files
- GET api key from: Rapid api ms translator
- put api key in script in
translate
function pip install -r requirements.txt
python translate_cli.py -h
python translate_cli.py -i <inputfile> --li=<input language> -o <outputfile> --lo=<output language>
python translate_cli.py -i common.json -o common_fr.json --li=en --lo=fr
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.