Saravananslb / py-googletranslation

pygoogletranslation: Free and Unlimited Google translate API for Python. Translates totally free of charge.
https://saravananslb.github.io/py-googletranslation/
MIT License
156 stars 40 forks source link

Fix on translating special characters #12

Open jonata opened 3 years ago

jonata commented 3 years ago

Fixes #10 and other special characters.

finia2NA commented 3 years ago

Very nice, this also fixes the issue that I had where translation would stop at a "。".

Considering that the changes fail testing only because the previous versions also failed, I think it would be good if the changes were merged into the main tree.