Wow, it's auto translator!
Why i should use it?
Because it automatically translates all your english text!
Wow, it's so cool!
Here's what you need to do:
- Install python 3
- Install all dependencies by typing command
pip install -r requirements.txt
- Run auto translation by typing command
python auto_translate.py %filename%
any time you need!
Wow, it's save so much free time!
Some useful information
This program translate docx file with a table, that look like this:
Text with translation | Текст с переводом |
Text without translation | |
Some more text without translation | |
So, english articles in left column, their translation - in right column. This programm will translate all articles without translation (i.e. if their left cell is empty) and store translated text in left cell.
Table will lock like this:
Text with translation | Текст с переводом |
Text without translation | Текст без перевода |
Some more text without translation | Еще один текст без перевода |
Yes, translator use google translate service, so translated text will not always look very good. You need to fix it. Or not?..
After translation os compleate, file will be saved with name 'auto_translated__' + old file name.
Enjoy!