Browse Source

Merge branch 'master' of https://github.com/bbepis/XUnity.AutoTranslator

gravydevsupreme 7 năm trước cách đây
mục cha
commit
c49e42ea56
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 0
      CHANGELOG.md
  2. 0 2
      README.md

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+### 2.4.1
+ * Disabled IMGUI hook due to bug
+
 ### 2.4.0
  * CHANGE - Completely reworked configuration for more organization
  * FEATURE - Added support for BaiduTranslate. User must provide AppId/AppSecret for API . Use "BaiduTranslate" as endpoint

+ 0 - 2
README.md

@@ -3,7 +3,6 @@
 ## Text Frameworks
 This is an auto translation mod that hooks into the unity game engine and attempts to provide translations for the following text frameworks for Unity:
  * UGUI
- * IMGUI
  * NGUI
  * TextMeshPro
 
@@ -33,7 +32,6 @@ Directory=Translation                                          ;Directory to sea
 OutputFile=Translation\_AutoGeneratedTranslations.{lang}.txt   ;File to insert generated translations into
 
 [TextFrameworks]
-EnableIMGUI=True                 ;Enable or disable IMGUI translation
 EnableUGUI=True                  ;Enable or disable UGUI translation
 EnableNGUI=True                  ;Enable or disable NGUI translation
 EnableTextMeshPro=True           ;Enable or disable TextMeshProp translation