ahrm / sioyek-python-extensions

Python wrapper and simple addons for sioyek PDF viewer
GNU General Public License v3.0
152 stars 7 forks source link

multiple line for translation #22

Open alphanhp opened 6 months ago

alphanhp commented 6 months ago

I'd like to sioyek and this extension as my daily pdf reader. I think this is an excellent work for science reading. By the way, I'd like to know could I change status bar to multiple line to suit some long sentence translation. And besides , is there any other pypi for implement translation, googletrans.com is not always available for my region due to net connection reason.

ahrm commented 6 months ago

There is currently no way to display multiple lines in statusbar. Using other translation systems is possible, you just have to modify this file: https://github.com/ahrm/sioyek-python-extensions/blob/main/src/sioyek/translate.py to use whatever translation service you want.

alphanhp commented 6 months ago

Thanks for replying, and sincerely thank you for your work in sioyek,