Browse Source

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

gravydevsupreme 7 years ago
parent
commit
d02734523a
2 changed files with 8 additions and 0 deletions
  1. 4 0
      CHANGELOG.md
  2. 4 0
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+### 2.5.0
+ * Various new rate limiting patterns to prevent spam to configured translate endpoint
+ * Copy to clipboard feature
+
 ### 2.4.1
 ### 2.4.1
  * Disabled IMGUI hook due to bug
  * Disabled IMGUI hook due to bug
 
 

+ 4 - 0
README.md

@@ -5,6 +5,7 @@ This is an auto translation mod that hooks into the unity game engine and attemp
  * UGUI
  * UGUI
  * NGUI
  * NGUI
  * TextMeshPro
  * 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.
 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
 EnableUGUI=True                  ;Enable or disable UGUI translation
 EnableNGUI=True                  ;Enable or disable NGUI translation
 EnableNGUI=True                  ;Enable or disable NGUI translation
 EnableTextMeshPro=True           ;Enable or disable TextMeshProp 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
 AllowPluginHookOverride=True     ;Allow other text translation plugins to override this plugin's hooks
 
 
 [Behaviour]
 [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
 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
 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
 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]
 [Baidu]
 BaiduAppId=                      ;OPTIONAL, needed if BaiduTranslate is configured
 BaiduAppId=                      ;OPTIONAL, needed if BaiduTranslate is configured