google-translate-api
google-translate-api copied to clipboard
A free and unlimited API for Google Translate :dollar::no_entry_sign:
I add a region option, let different region can get fast speed to access server. Example: ``` translate('Hello!', {to: 'en', region: 'cn'}) .then(console.log); ``` PS. I delete my fork repo,...
I think google added Kurdish language but this npm not added yet
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
When I tried to use this package in my Node.js app, it shows me an BAD_REQUEST error. Is this package deprecated? Additionally, Google supports official API with this package. If...
I'm trying to use this in an Angular 7 app, but it seems this is not possible?
第一次使用
不知道啥
Everytime i try translating i get this. What can be the problem? Error at C:\Users\jeshu\desktop\bradley\shop\node_modules\google-translate-api\index.js:105:17 at processTicksAndRejections (internal/process/task_queues.js:93:5) { code: 'BAD_REQUEST'
Find the google-translate-api in your node_modules folder and replace tk.js file content with this (it is literally [this](https://github.com/davidwilsonfs/google-translate-token/blob/master/index.js) but I fixed the export) `var got = require("got"), Configstore = require("configstore");...
client:t=>webapp 返回值 body[0] 存在为空的情况,导致翻译会报错 需要修改为body[0] => body[0] && body[0].forEach 由于主人断更了,可以移步 https://github.com/sufeiweb/google-translate-free 稍后会发布到npm上,方便大家直接使用
This project looks like are not have maintenance. I don't know how long it will be, but i here to suggest alternative for this package. Check out https://github.com/translate-tools/core ([npm](https://www.npmjs.com/package/@translate-tools/core)) I...