This is a Python Qt tf file translator using Google Translation
PyLinguist require python package Translators
https://pypi.org/project/translators/
Can be installed by pip:
$ pip install translators
python PyLinguist.py input_ts_file target_language
ex: python PyLinguist.py en.ts de
available option:
-B: close automatic backup
-v: open verbose translate, result will be print out
The language that google translate supportted can be found at:
https://pypi.org/project/translators/#support-language
- Please report bugs to the Github issue tracker.