You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ContentPatcher/Framework/Tokens/ValueProviders/TranslationValueProvider.cs
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,28 @@ public override IEnumerable<string> GetValues(IInputArguments input)
66
66
Translationtranslation=this.TranslationHelper
67
67
.Get(key,tokens)
68
68
.ApplyGenderSwitchBlocks(false);// preprocessing gender switch blocks doesn't work with patch update rates (e.g. NPCs won't update their dialogue once the save is loaded)
0 commit comments