[gedit-plugins] Yandex translation is no longer free



commit 840135d79610c71d3df5e8200c2e789e0196bc28
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Nov 5 20:51:58 2020 +0100

    Yandex translation is no longer free

 help/C/translate.page                          | 2 +-
 plugins/translate/translate/services/yandex.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/C/translate.page b/help/C/translate.page
index 77ab3e6..8352afd 100644
--- a/help/C/translate.page
+++ b/help/C/translate.page
@@ -39,7 +39,7 @@
       <p>Press <gui style="button">Preferences</gui> to configure the translation engine to use and a 
language pair.</p>
     </item>
     <item>
-      <p>In case you use the Yandex translation engine, you need an API key. You can obtain a free key at 
<link href="https://tech.yandex.com/translate/";>Yandex web site</link>.</p>
+      <p>In case you use the Yandex translation engine, you need an API key. You can obtain a key at <link 
href="https://tech.yandex.com/translate/";>Yandex web site</link>.</p>
     </item>
   </steps>
 
diff --git a/plugins/translate/translate/services/yandex.py b/plugins/translate/translate/services/yandex.py
index 8aaa8f9..62b3b99 100644
--- a/plugins/translate/translate/services/yandex.py
+++ b/plugins/translate/translate/services/yandex.py
@@ -62,7 +62,7 @@ class Yandex(Service):
         return 'en|es'
 
     def get_api_hint(self):
-        return _("You need to obtain a free API key at <a 
href='https://tech.yandex.com/translate/'>https://tech.yandex.com/translate/</a>")
+        return _("You need to obtain an API key at <a 
href='https://tech.yandex.com/translate/'>https://tech.yandex.com/translate/</a>")
 
     def has_api_key(self):
         return True


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]