chore: pull Chinese options into localisation files

This commit is contained in:
Anna
2022-06-01 16:46:30 -04:00
parent 7bd5c6ee38
commit bae9ce458a
3 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -91,8 +91,8 @@ public class Fonts : ISettingsTab {
ImGuiUtil.HelpText(string.Format(Language.Options_JapaneseFont_Description, Plugin.PluginName));
ImGui.Spacing();
ImGui.Checkbox("Enable Chinese glyphs", ref this.Mutable.EnableChineseRange);
ImGuiUtil.HelpText("Adds support for Chinese characters in the global font.");
ImGui.Checkbox(Language.Options_EnableChineseRange_Name, ref this.Mutable.EnableChineseRange);
ImGuiUtil.HelpText(Language.Options_EnableChineseRange_Description);
ImGui.Spacing();
}