Commit 9cdc431b authored by Steffen Rühlmann's avatar Steffen Rühlmann
Browse files

Issue #3321451 by Sutharsan: Links to German documentation page

parent 30b6e6ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ TMGMT DeepL (tmgmt_deepl)
---------------------

TMGMT DeepL module is a plugin for Translation Management Tool module (tmgmt).
It uses the DeepL API (https://www.deepl.com/de/docs-api/) for automated 
It uses the DeepL API (https://www.deepl.com/en/docs-api/) for automated
translation of the content. You can use the DeepL API Free (limited to 500.000 
characters per month) or the DeepL API Pro for more than 500.000 characters.
More information on pricing can be found on https://www.deepl.com/pro#developer.
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ class DeeplTranslatorUi extends TranslatorPluginUiBase {
      '#description' => $this->t('Sets whether the translation engine should first split the input into sentences.'),
      '#default_value' => $split_sentences,
      '#prefix' => '<p>' . $this->t('Please have a look at the <a href="@url" target="_blank">DeepL API documentation</a> for more information on the settings listed below.',
        ['@url' => 'https://www.deepl.com/de/docs-api/']) . '</p>',
        ['@url' => 'https://www.deepl.com/en/docs-api/']) . '</p>',
      '#required' => TRUE,
    ];