1.0.2 • Published 3 years ago

locale-convert v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

localeConvert

This locale converter/Translator translates a locale(.xml) file to other language locale(.xml) files.

Steps to follow:

  1. Install textBlob and requests using PIP

pip3 install requests textblob

  1. Run the app(python app.py)

you can enter multiple languages at a time to convert(separated by space).

location of new files will be similar to path of original file.

NOTE: use python3 and pip3

run command:

python app.py

Inline command:

python app.py $filepath $originalLanguage $language1,language2

defualt filePath = default.xml which is available along with the library (provide 'na' for default)