chore: update translators

This commit is contained in:
Anna 2022-06-12 11:45:54 -04:00
parent e59a7a2479
commit d7bf82381f
1 changed files with 11 additions and 1 deletions

View File

@ -11,6 +11,7 @@ internal sealed class About : ISettingsTab {
public string Name => string.Format(Language.Options_About_Tab, Plugin.PluginName) + "###tabs-about";
private readonly List<string> _translators = new() {
"q673135110",
"Akizem",
"d0tiKs",
"Moonlight_Everlit",
@ -19,13 +20,22 @@ internal sealed class About : ISettingsTab {
"Button_",
"Cali666",
"cassandra308",
"lokinmodar",
"jtabox",
"AkiraYorumoto",
"MKhayle",
"elena.space",
"imlisa",
"andrei5125",
"ShivaInka",
"ShivaMaheshvara",
"nishinatsu051",
"lichuyuan",
"Risu64",
"yummypillow",
"witchymary",
"Yuzumi",
"zomsakura",
"Sirayuki",
};
internal About() {