Skip to content

nvtanhh/multilingual_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multilingual_tool

A tool help to translate your language file (.json/.arb) to another language just in one command

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

Happy coding 🚀

About

A tool to translate arb file to another language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages