|
@@ -24,7 +24,7 @@ The default configuration file, looks as such (2.6.0+):
|
|
|
|
|
|
```ini
|
|
|
[Service]
|
|
|
-Endpoint=GoogleTranslate ;Endpoint to use. Can be ["GoogleTranslate", "BaiduTranslate", "GoogleTranslateHack", "YandexTranslate", "WatsonTranslate", "ExciteTranslate"]
|
|
|
+Endpoint=GoogleTranslate ;Endpoint to use. Can be ["GoogleTranslate", "BaiduTranslate", "GoogleTranslateHack", "ExciteTranslate"]
|
|
|
|
|
|
[General]
|
|
|
Language=en ;The language to translate into
|
|
@@ -54,14 +54,6 @@ MaxClipboardCopyCharacters=450 ;Max number of characters to hook to clipboard
|
|
|
BaiduAppId= ;OPTIONAL, needed if BaiduTranslate is configured
|
|
|
BaiduAppSecret= ;OPTIONAL, needed if BaiduTranslate is configured
|
|
|
|
|
|
-[Yandex]
|
|
|
-YandexAPIKey= ;OPTIONAL, needed if YandexTranslate is configured
|
|
|
-
|
|
|
-[Watson]
|
|
|
-WatsonAPIUrl= ;OPTIONAL, needed if WatsonTranslate is configured
|
|
|
-WatsonAPIUsername= ;OPTIONAL, needed if WatsonTranslate is configured
|
|
|
-WatsonAPIPassword= ;OPTIONAL, needed if WatsonTranslate is configured
|
|
|
-
|
|
|
[Debug]
|
|
|
EnablePrintHierarchy=False ;Used for debugging
|
|
|
EnableConsole=False ;Enables the console. Do not enable if other plugins (managers) handles this
|