A tool help to translate your language file (.json/.arb) to another language just in one command
You need to be installed python before. Clone this repo and run:
pip install -r requirements.txt
python main.py [srcFolder] [desFolder] [srcLang] [desLang]
- [srcFolder] is a folder where you place your arb files
- [desFolder] is a folder where you place your arb files after translate
- [srcLang] is your source language code
- [desLang] is language code you want to translate to
python main.py ./en ./vi en vi