mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-17 10:41:35 +08:00
Add FormMain.zh-TW.resx
Add Resources.zh-TW.resx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user