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 translate for bloke #90

Closed
lkyhfx opened this issue Apr 3, 2022 · 2 comments
Closed

Wrong translate for bloke #90

lkyhfx opened this issue Apr 3, 2022 · 2 comments

Comments

@lkyhfx
Copy link

lkyhfx commented Apr 3, 2022

const res = await translate('bloke', {tld: 'cn', to: 'zh-CN'})
console.log(res.text) // => bl

The result is 大块头 on the website, the return bl is not even Chinese.

@plainheart
Copy link

See #70

@vitalets
Copy link
Owner

vitalets commented Oct 22, 2022

In new beta release v9 translation is the same as on website.
Please check it out and feel free to reopen if needed.

const { text } = await translate('bloke', {to: 'zh-CN'});
console.log(text);

Output:

大块头

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

3 participants