deepl-node
deepl-node copied to clipboard
Official Node.js library for the DeepL language translation API.
Hi , I have recently subscribed on Deepl Pro Advanced plan. I am trying to use deepl-node package: https://github.com/DeepLcom/deepl-node However i get the following error : AuthorizationError: Authorization failure, check...
Hi, i am trying to integrate deepl-node with my react native app but i keep getting this error after following the installation steps error message: iOS Bundling failed 232ms Unable...
I'm trying to implement this package while using webpack, and each time there always seems to be a new problem. Is it just not possible to use deepl-node with webpack?
today autotranslate does not work, until yesterday it worked fine, today the language detected is the same as the target language
Currently, a request that specifies a formality setting not yet supported by DeepL returns an error without a translation. `DeepLError: Bad request, message: 'formality' is not supported for given 'target_lang'.`...
When using the translator in the website we are able to get alternatives along with the translated phrase. For example I'm translating the word `friend` into Czech language and I'm...
**Describe the bug** When translating a English text with HTML elements to French, the response contains unexpected additional HTML Tags and often a full sentence that was not in the...
This is implementing the enhancement from #21. Closes #21.
The options parameter of the Translator constructor only takes one type of proxy as `ProxyConfig` (looks same as `AxiosProxyConfig`). It would be useful to be able to use a proxy...
Hello, I am utilizing the PRO Deepl API and have encountered some challenges related to concurrent requests while using the Deepl-Node client. Here's the scenario: I have a service hosted...