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
你好,我在使用translate-api的时候获取不到结果 这是我在安装完translate-api模块后在nodejs中的运行截图 请问这是为什么呢?
The text was updated successfully, but these errors were encountered:
translate.getText 返回的是一个promise对象,你要在它的then方法中获取返回的结果,如下: translate.getText('hello world',{to: 'zh-CN'}).then(function(text){ console.log(text) });
Sorry, something went wrong.
No branches or pull requests
你好,我在使用translate-api的时候获取不到结果
这是我在安装完translate-api模块后在nodejs中的运行截图
请问这是为什么呢?
The text was updated successfully, but these errors were encountered: