translatte
translatte copied to clipboard
A free and unlimited translate for NodeJS.
We can take care whether proxies are working or not, but in most cases, it works. We can update proxies every 30 mins to keep a fresh list automatically.
Today I'm receiving errors using `"translatte": "^3.0.0"` This is how I use it ``` text = "translate me please"; from = "en"; to = "it"; const translatedObj = await translate(text,...
hey i am working on dialogflow and i am not be able to connect the API to dialogflow. i am working on inline editor. is there a way to use...
If I change requests to `fetch API` will it work?
Getting no errors but no translation with google_v3 Code fragment: ```js try { const res = (await translate(value, { from: argv.from.substr(0, 2), to: argv.to.substr(0, 2), services: {"google_v3": {"project-id": process.env.GCLOUD_PROJECT, "token":...