|
@@ -17,12 +17,12 @@ The mod can be installed into the following Plugin Managers:
|
|
|
Installations instructions for both methods can be found below.
|
|
|
|
|
|
## Configuration
|
|
|
-The default configuration file, looks as such (2.4.0+):
|
|
|
+The default configuration file, looks as such (2.6.0+):
|
|
|
|
|
|
```ini
|
|
|
[Service]
|
|
|
-Endpoint=GoogleTranslate ;Endpoint to use. Can be ["GoogleTranslate", "BaiduTranslate"]
|
|
|
-EnableSSL=False ;Whether or not to use HTTPS endpoint over standard HTTP
|
|
|
+Endpoint=GoogleTranslate ;Endpoint to use. Can be ["GoogleTranslateLegacy", "GoogleTranslateHack", "BaiduTranslate", "YandexTranslate", "WatsonTranslate"]
|
|
|
+EnableSSL=True ;Whether or not to use HTTPS endpoint over standard HTTP
|
|
|
|
|
|
[General]
|
|
|
Language=en ;The language to translate into
|
|
@@ -52,6 +52,14 @@ 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
|
|
|
```
|