locale-convert
v1.0.2
Published
Python file: you need to follow Readme to make it work properly
Downloads
3
Readme
localeConvert
This locale converter/Translator translates a locale(.xml) file to other language locale(.xml) files.
Steps to follow:
- Install textBlob and requests using PIP
pip3 install requests textblob
- 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)