Skip to content

A tool to translate arb file to another language

Notifications You must be signed in to change notification settings

tienlx91/arb_translator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool to translate arb file to another language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%