Sun, 08 Apr 2018 19:36:51 +0200
Translator: updated the translator URL for DeepL
Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py | file | annotate | diff | comparison | revisions | |
changelog | file | annotate | diff | comparison | revisions |
--- a/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py Sun Apr 08 19:04:00 2018 +0200 +++ b/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py Sun Apr 08 19:36:51 2018 +0200 @@ -26,7 +26,7 @@ Class implementing the translation engine for the DeepL translation service. """ - TranslatorUrl = "https://deepl.com/jsonrpc" + TranslatorUrl = "https://www.deepl.com/jsonrpc" MaxTranslationTextLen = 5000 def __init__(self, plugin, parent=None):