We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bloke
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.
大块头
bl
The text was updated successfully, but these errors were encountered:
See #70
Sorry, something went wrong.
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:
No branches or pull requests
The result is
大块头
on the website, the returnbl
is not even Chinese.The text was updated successfully, but these errors were encountered: