src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9495
28ab5f487f71
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
19 Class implementing the translation engine for the Microsoft 19 Class implementing the translation engine for the Microsoft
20 translation service. 20 translation service.
21 """ 21 """
22 22
23 TranslatorUrl = ( 23 TranslatorUrl = (
24 "https://api.cognitive.microsofttranslator.com/translate" "?api-version=3.0" 24 "https://api.cognitive.microsofttranslator.com/translate?api-version=3.0"
25 ) 25 )
26 26
27 def __init__(self, plugin, parent=None): 27 def __init__(self, plugin, parent=None):
28 """ 28 """
29 Constructor 29 Constructor

eric ide

mercurial