Skip to content

Commit

Permalink
Update to work with recent builds of autotranslator
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Mar 8, 2020
1 parent db3cf94 commit 80150c2
Show file tree
Hide file tree
Showing 56 changed files with 32 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 32 additions & 13 deletions BepInEx/config/AutoTranslatorConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ Language=en
FromLanguage=ja

[Files]
Directory=Translation\Text
OutputFile=Translation\_AutoGeneratedTranslations.{lang}.txt
Directory=Translation\{Lang}\Text
OutputFile=Translation\{Lang}\Text\_AutoGeneratedTranslations.txt
SubstitutionFile=Translation\{Lang}\Text\_Substitutions.txt
PreprocessorsFile=Translation\{Lang}\Text\_Preprocessors.txt

[TextFrameworks]
EnableIMGUI=False
EnableUGUI=True
EnableNGUI=True
EnableTextMeshPro=True
EnableTextMesh=False
AllowPluginHookOverride=True

[Behaviour]
Delay=0
MaxCharactersPerTranslation=200
IgnoreWhitespaceInDialogue=True
IgnoreWhitespaceInNGUI=True
Expand All @@ -27,25 +29,30 @@ CopyToClipboard=False
MaxClipboardCopyCharacters=1000
EnableUIResizing=True
EnableBatching=True
TrimAllText=True
UseStaticTranslations=True
OverrideFont=
OverrideFontTextMeshPro=
ResizeUILineSpacingScale=
ForceUIResizing=False
IgnoreTextStartingWith=\u180e;
TextGetterCompatibilityMode=False
GameLogTextPaths=
WhitespaceRemovalStrategy=TrimPerNewline
RomajiPostProcessing=ReplaceMacronWithCircumflex;RemoveApostrophes
TranslationPostProcessing=ReplaceMacronWithCircumflex
EnableExperimentalHooks=False
ForceExperimentalHooks=False
ForceMonoModHooks=False
CacheRegexPatternResults=False
CacheRegexLookups=False
CacheWhitespaceDifferences=True
EnableTextMeshProTimingFix=True
CacheWhitespaceDifferences=False
GenerateStaticSubstitutionTranslations=False
GeneratePartialTranslations=False
EnableTranslationScoping=False
EnableSilentMode=True
BlacklistedIMGUIPlugins=
EnableTextPathLogging=False
OutputUntranslatableText=False

[Texture]
TextureDirectory=Translation\Texture
TextureDirectory=Translation\{Lang}\Texture
EnableTextureTranslation=True
EnableTextureDumping=False
EnableTextureToggling=False
Expand All @@ -55,23 +62,35 @@ LoadUnmodifiedTextures=False
TextureHashGenerationStrategy=FromImageName
DuplicateTextureNames=1-1;1-2;1-3;1-4;1-5
DetectDuplicateTextureNames=False
EnableLegacyTextureLoading=False

[ResourceRedirector]
PreferredStoragePath=Translation\{Lang}\RedirectedResources
EnableTextAssetRedirector=False
LogAllLoadedResources=False
EnableDumping=False
CacheMetadataForAllFiles=True

[Http]
UserAgent=
DisableCertificateValidation=True

[TranslationAggregator]
Width=400
Height=100
EnabledTranslators=

[Debug]
EnablePrintHierarchy=False
EnableConsole=False
EnableLog=False

[Migrations]
Enable=True
Tag=3.4.0
Tag=4.8.3

[Baidu]
BaiduAppId=
BaiduAppSecret=
DelaySeconds=1

[BingLegitimate]
OcpApimSubscriptionKey=
Expand Down

0 comments on commit 80150c2

Please sign in to comment.