deepl-node icon indicating copy to clipboard operation
deepl-node copied to clipboard

Official Node.js library for the DeepL language translation API.

Results 34 deepl-node issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using the latest version 1.13.0 of the Deepl NodeJS lib I notice an issue with XML tags. When using source text `Please start your 'Basic' plan...

**Describe the bug** Since we updated to version node-deepl to version 1.13.0, and follow-redirects 1.15.6 (because of a security update) we've seen an increasing number of errors of the type...

**Describe the bug** According to [RFC1738](https://www.rfc-editor.org/rfc/rfc1738#section-3.3) a HTTP URL takes the form of `http://:/?`. When setting the `serverUrl` in the `TranslatorOptions`, it only replaces the `host:port` part. **To Reproduce** Construct...

**Describe the bug** We are getting 400 errors when calling POST /v2/translate with the DeepL-node library translateText() method when using Japanese comments from the following [file](https://github.com/user-attachments/files/17333949/SAMPLE.japonais.xlsx). **To Reproduce** Steps to...

bug
api change

**Describe the bug** When using the deep-node library to translate batches of text in syllabic languages (Japanese, Arabic, Chinese, etc.), despite making sure the payload stays under 130000 bytes, we...

**Describe the bug** With the npm package "deepl-node" it is not possible to make translations based on a glossary. It works with a normal fetch instead of using the library....

We need access to alternative translations. The 2nd word I translated ("goodbye" from English to Italian) came back with the more rarely used "addio" vs the common (and expected) "arrivederci"....

**Describe the bug** Some days ago, Deepl announced new languages available: **CA - Catalan, GL- Galician, EU - Basque**, they are officially listed in the Deepl API Documentation: https://developers.deepl.com/docs/getting-started/supported-languages But...

Consider removing Axios in favor native `fetch`. Personally I would recommend to use [unjs/ofetch](https://github.com/unjs/ofetch) which works in all environments (node, browser, worker). Motivation: - Bundle size: In serverless environments, and...