terryyin / translate-python

Online translation as a Python module & command line tool. No key, no authentication needed.
MIT License
724 stars 155 forks source link

Rude message when translating "Hello world" from English to Spanish #105

Open 360macky opened 1 year ago

360macky commented 1 year ago

This is a weird behavior, I don't want to broke the community guideline. I tried to convert "Hello world" to Spanish, the result should be "Hola mundo", but it's giving something else. Maybe the engine was manipulated.

Snippet to reproduce the message:

from translate import Translator

translator = Translator(to_lang="Spanish")

print(translator.translate("Hello world"))
wikadi commented 11 months ago

same here with Korean.