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** See fix in jest: https://github.com/jestjs/jest/pull/13414 Unfortunately, this version of Jest (29.2+) requires Node 14. **To Reproduce** In the console, running tests may give a warning similar to...

**Describe the bug** I am translating a text using Deepl API that contains XML tags and some of these tags include custom attributes; ex. `That’s the timer! It measures the...

I have tried to use this library but when I run my code I get the following error in the browser console: ``` index.3240d547.js:10 Uncaught (in promise) TypeError: oe.URLSearchParams is...

bug

Hi there, thanks for the great library to use the DeepL API! I made a [github action for using deepl-node](https://github.com/lyqht/deepl-translate-github-action) to translate text documents, however there's quite a lot of...

The contributors file said that would-be contributors should open an issue for suggested features instead of just jumping straight into making a pull request. I'm using the bug template because...

enhancement

**Describe the bug** After creating a glossary and running a test translation, the glossary entry provided was partially translated and the source entry is sometimes included in the translation. **To...

bug

I need to translate a lot of data, when i try to do translate in loop i got this error. How i can prevent this? ConnectionError: Connection failure: socket hang...

Showing users how to translate a website into multiple languages in one go.

**Describe the bug** When building my Svelte app that uses deepl-node, I get a warning about circular dependencies: ``` Circular dependency: node_modules/.pnpm/[email protected]/node_modules/deepl-node/dist/index.js -> node_modules/.pnpm/[email protected]/node_modules/deepl-node/dist/parsing.js -> node_modules/.pnpm/[email protected]/node_modules/deepl-node/dist/index.js ``` **To Reproduce** Steps...

types in index.ts have been moved to types.ts, a function defined in index.ts has been moved to parsting.ts, next to its use fixes #43