Simple quick script for automatically translating .po files using Google. It speeds up internationalization by giving translators machine translated base version to correct.
Installation
pip install translate-po
Usage
from translate_po.main import run
run(fro="en" to="et" src="./untranslated" dest="./translated")
1.0.13
1.0.11
1.0.4
23 commits
3 commits
Python
100.0%
Simple quick script for automatically translating .po files using Google. It speeds up internationalization by giving translators machine translated base version to correct.
Installation
pip install translate-po
Usage
from translate_po.main import run
run(fro="en" to="et" src="./untranslated" dest="./translated")
1.0.13
1.0.11
1.0.4
23 commits
3 commits
Python
100.0%