Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong translation from Chinese to Japanese #107

Open
HeavySnowJakarta opened this issue Dec 6, 2023 · 0 comments
Open

Wrong translation from Chinese to Japanese #107

HeavySnowJakarta opened this issue Dec 6, 2023 · 0 comments

Comments

@HeavySnowJakarta
Copy link

Python 3.10.5 (tags/v3.10.5:f377153, Jun  6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from translate import Translator as tr
>>> t = tr(from_lang="zh", to_lang="ja")
>>> t.translate("你好")
'亲爱的 我想你了'
>>>

你好 in Chinese means "hello" here while 亲爱的 我想你了 is actually in Chinese instead of Japanese and it means "My dear I'm missing you".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant