ManeraKai / simplytranslate_mobile

Privacy friendly frontend to Google Translate
https://manerakai.github.io/simplytranslate_mobile/
GNU General Public License v3.0
173 stars 15 forks source link

Text translation #227

Closed Valdnet closed 1 year ago

Valdnet commented 1 year ago

In version 1.4 the application does not always translate text.

This may be due to the lack of connection to the instance. In the current version, I noticed that the option to set instances has been removed from the application.

ManeraKai commented 1 year ago

It now connects to google translate directly.

Aga-C commented 1 year ago

@ManeraKai Maybe you should use https://github.com/thedaviddelta/lingva-translate as a translation back-end? Web version seems to work better and more stable than SimplyTranslate.

ManeraKai commented 1 year ago

I should figure out what's wrong in my http requests, I don't wanna use another backend.

ManeraKai commented 1 year ago

There's just one thing that makes it ignore some requests before responding, it's the X-Goog-BatchExecute-Bgr http header. Also here they are having the same problem: https://github.com/Saravananslb/py-googletranslation/issues/27

ManeraKai commented 1 year ago

Thankfully though this is just for the definitions and translations part.