소스 검색

Update README.md

Vimek 6 년 전
부모
커밋
ceb131b6db
1개의 변경된 파일11개의 추가작업 그리고 3개의 파일을 삭제
  1. 11 3
      README.md

+ 11 - 3
README.md

@@ -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
 ```