Commit b46eed26 authored by Thomas's avatar Thomas
Browse files

Fix issue #727 - Only a part of DeepL translations are shown

parent 6f3433da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ public class TransAsync {
                str_response = new Client().get(url, this.timeout);
            } else if (te == MyTransL.translatorEngine.DEEPL) {
                String key = MyTransL.getInstance(te).getDeeplAPIKey();
                params.setSplit_sentences(true);
                url = Helper.getDeeplAbsoluteUrl(contentToSend, toLanguage, params, key);
                str_response = new Client().get(url, this.timeout);
            } else if (te == MyTransL.translatorEngine.SYSTRAN) {