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 |