google-translate-api
google-translate-api copied to clipboard
A free and unlimited API for Google Translate :dollar::no_entry_sign:
Just FIY ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional...
Hi, Here is the noob question but please hep me in start just . How can I install this script on my website or VPS? Please help me , thank...
var toLang = 'hi'; translate(engText, {from:'en',to: toLang}).then(resp => { var outStr = resp.text; console.log("output - 1: " +outStr); }).catch(err => { console.error(err); });
In your code it is "ma" but actual is "pa"
Why is it 'iw'? I am a native Hebrew speaker and never seen it like that before. 'he' is considered the standard.
In China the regular page is banned, normally we have to use **translate.google.cn** instead. __No URL spec option__ There doesn't seem to be an option to redirect the queries to...
I've this error in the console ``` const translate = require('google-translate-api'); translate('Ik spreek Engels', {to: 'en'}).then(res => { console.log(res.text); //=> I speak English console.log(res.from.language.iso); //=> nl }).catch(err => { console.error(err);...
Closes #60
In source code will pass token via the following url: https://translate.google.com/translate_a/single? + querystring.stringify(data); As i know the query string in URL has the length limit, so what's translation content length...
I think a good new resource would be a new `export` declaration in `languages.js` called `rtl`, which stands for "right to left". There is a CSS property called `direction` for...