Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 531 Bytes

arb_translator

A tool to translate arb file to another language

Usage

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

Examle

python main.py ./en ./vi en vi