Просмотр исходного кода

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

gravydevsupreme 7 лет назад
Родитель
Сommit
d02734523a
2 измененных файлов с 8 добавлено и 0 удалено
  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
  * 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
  * 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