chore: pull glyph range text into localisation files

This commit is contained in:
Anna
2022-06-01 17:17:01 -04:00
parent 744d9e1941
commit 41f91b4661
3 changed files with 20 additions and 2 deletions
+12
View File
@@ -830,5 +830,17 @@ namespace ChatTwo.Resources {
return ResourceManager.GetString("Options_EnableChineseRange_Description", resourceCulture);
}
}
internal static string Options_ExtraGlyphs_Name {
get {
return ResourceManager.GetString("Options_ExtraGlyphs_Name", resourceCulture);
}
}
internal static string Options_ExtraGlyphs_Description {
get {
return ResourceManager.GetString("Options_ExtraGlyphs_Description", resourceCulture);
}
}
}
}