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
+12
View File
@@ -818,5 +818,17 @@ namespace ChatTwo.Resources {
return ResourceManager.GetString("AutoTranslate_Completion_Key", resourceCulture);
}
}
internal static string Options_EnableChineseRange_Name {
get {
return ResourceManager.GetString("Options_EnableChineseRange_Name", resourceCulture);
}
}
internal static string Options_EnableChineseRange_Description {
get {
return ResourceManager.GetString("Options_EnableChineseRange_Description", resourceCulture);
}
}
}
}