Forráskód Böngészése

updated readme and changelog

Scrublord1336 6 éve
szülő
commit
4d4fd88bb2
2 módosított fájl, 6 hozzáadás és 1 törlés
  1. 3 0
      CHANGELOG.md
  2. 3 1
      README.md

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 ### 2.9.0
  * FEATURE - Installation as UnityInjector plugin
+ * FEATURE - Support Yandex translate (requires key)
+ * FEATURE - Support Watson translate (requires key)
+ * FEATURE - Support Excite translate
 
 ### 2.8.0
  * CHANGE - Whether SSL is enabled or not is now entirely based on chosen endpoint support

+ 3 - 1
README.md

@@ -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", "BaiduTranslate", "YandexTranslate", "WatsonTranslate"]
+Endpoint=GoogleTranslate         ;Endpoint to use. Can be ["GoogleTranslate", "BaiduTranslate", "GoogleTranslateHack", "BaiduTranslate", "YandexTranslate", "WatsonTranslate", "ExciteTranslate"]
 
 [General]
 Language=en                      ;The language to translate into
@@ -64,6 +64,8 @@ WatsonAPIPassword=               ;OPTIONAL, needed if WatsonTranslate is configu
 
 [Debug]
 EnablePrintHierarchy=False       ;Used for debugging
+EnableConsole=False              ;Enables the console. Do not enable if other plugins (managers) handles this
+EnableLog=False                  ;Enables extra logging for debugging purposes
 ```
 
 ## Key Mapping