Add FormMain.zh-TW.resx

Add Resources.zh-TW.resx
This commit is contained in:
2022-07-05 21:18:24 +08:00
parent 43abfabaa4
commit 45b81759f2
6 changed files with 1257 additions and 578 deletions

View File

@@ -74,8 +74,8 @@ namespace GrasscutterTools.Forms
SaveSettings();
}
private readonly string[] LanguageNames = new string[] { "简体中文", "English", "Русский" };
private readonly string[] Languages = new string[] { "zh-CN", "en-US", "ru-RU" };
private readonly string[] LanguageNames = new string[] { "简体中文", "繁體中文", "English", "Русский" };
private readonly string[] Languages = new string[] { "zh-CN", "zh-TW", "en-US", "ru-RU" };
private Version AppVersion;