deepl-java
deepl-java copied to clipboard
Official Java library for the DeepL language translation API.
Hello ! I'm creating a small Java project that uses DeepL API and I faced a strange issue: In the README, you state the following to instantiate a `DeepLClient`: ```java...
I was creating a mapping for our translation service and noted that the LanguageCode for Ukranian (UK) was not defined in the class. Does this mean the language is not...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.5.2. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.2 🚀 New features and improvements [SUREFIRE-2278] - Don't say please. (#792) @elharo 📦 Dependency updates [SUREFIRE-2281] -...
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.11.3. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3 JUnit...
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 26.0.1. Release notes Sourced from org.jetbrains:annotations's releases. 26.0.1 Fixed sources.jar build (regression after 25.0.0) 26.0.0 Added new experimental annotation: @NotNullByDefault 25.0.0 Added Kotlin Multiplatform artifact...
**Problem:** - When calling `createMultilingualGlossaryFromCsv` it is required to pass the `sourceLanguageCode` and `targetLanguageCode` parameters, which is weird, since Multilingual Glossaries themselves have no source and target languages. - The...
Hi, when you get a chance, please provide equals/hashcode implementations for Options classes, e.g. DeepLClientOptions.java and TextTranslationOptions.java. I've been working on some configuration approaches using Spring ConfigurationProperties and Map. When...