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

Texts after certain characters are not translated #192

Closed cc713 closed 2 years ago

cc713 commented 2 years ago

AFAIK texts after & and # are not translated, while the web version works fine. Maybe some other characters also have this issue.

ManeraKai commented 2 years ago

Escaping problem I think

Valdnet commented 2 years ago

When translating & and # the translation is incomplete. It ends before these signs:

obraz obraz

Apps: Android 10 SimplyTranslate Android 1.2.0

ManeraKai commented 2 years ago

I tested it and it's fixed now: https://github.com/ManeraKai/simplytranslate_mobile/actions/runs/1939323142

Valdnet commented 2 years ago

Works properly 👍.