This is a Python Qt tf file translator using Google Translation
PyLinguist require python package Goslate
https://pypi.python.org/pypi/goslate
Can be installed by pip:
$ pip install goslate
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://cloud.google.com/translate/v2/using\_rest#language-params
- Please report bugs to the Github issue tracker.