google-translate-api icon indicating copy to clipboard operation
google-translate-api copied to clipboard

A free and unlimited API for Google Translate :dollar::no_entry_sign:

Results 90 google-translate-api issues
Sort by recently updated
recently updated
newest added

Hi @matheuss , I added Uyghur language suppport for thtis repo, please help review 🙏

below is my gulpfile: ``` const translate = require('google-translate-api'); gulp.task('check', function(){ var cultureFile = fs.readFileSync('./locale.txt', 'utf8'); translate(cultureFile, {from: 'en', to: 'zh-cn'}).then(res => { fs.writeFileSync('./check.txt',res.text,'utf8'); }).catch(err => { console.error(err); }); });...

update body[0].forEach => body[0] && body[0].forEach

I estimate we will invoke 100K times and totally 34 million characters per month, does this support?

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...

``` Failed to compile ./node_modules/osenv/osenv.js Module not found: Can't resolve 'child_process' in 'C:\Users\mihai\Desktop\Projects\ECOM\ONLYTUDE\node_modules\osenv' ``` I added this package on my Nextjs project and when I import it i got the...

I have array of objects. From which I have one key value pair on which I want to translate it. By calling translate() in loop getting error of **Response code...

Often receiving SSL error while calling translate api. Error: write EPROTO 139834744043328:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252: Is there anything we can fix this from our end or is it google's server...

Is google-translate-api compatible with React Native or is there a wrapper for it?