Rude message when translating "Hello world" from English to Spanish
marcelo-earth opened this issue · 1 comments
marcelo-earth commented
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
same here with Korean.