瀏覽代碼

Update README.md

gravydevsupreme 7 年之前
父節點
當前提交
7d260c0b09
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -5,6 +5,7 @@ This is an auto translation mod that hooks into the unity game engine and attemp
  * UGUI
  * NGUI
  * TextMeshPro
+ * IMGUI
 
 It does go to the internet, in order to provide the translation, so if you are not comfortable with that, dont use it.
  
@@ -35,6 +36,7 @@ OutputFile=Translation\_AutoGeneratedTranslations.{lang}.txt   ;File to insert g
 EnableUGUI=True                  ;Enable or disable UGUI translation
 EnableNGUI=True                  ;Enable or disable NGUI translation
 EnableTextMeshPro=True           ;Enable or disable TextMeshProp translation
+EnableIMGUI=False                ;Enable of disable IMGUI translation
 AllowPluginHookOverride=True     ;Allow other text translation plugins to override this plugin's hooks
 
 [Behaviour]
@@ -43,6 +45,8 @@ MaxCharactersPerTranslation=150  ;Max characters per text to translate
 IgnoreWhitespaceInDialogue=True  ;Whether or not to ignore whitespace, such as newlines, in dialogue keys
 MinDialogueChars=20              ;The length of the text for it to be considered a dialogue
 ForceSplitTextAfterCharacters=0  ;Split text into multiple lines once the translated text exceeds this number of characters
+CopyToClipboard=False            ;Whether or not to copy hooked texts to clipboard
+MaxClipboardCopyCharacters=450   ;Max number of characters to hook to clipboard at a time
 
 [Baidu]
 BaiduAppId=                      ;OPTIONAL, needed if BaiduTranslate is configured