mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-16 10:32:58 +08:00
Support Russian by Юрий Дворецкий
Update version to v1.3.2 Add README-ru-RU Add ru Screenshots
This commit is contained in:
@@ -73,8 +73,8 @@ namespace GrasscutterTools
|
||||
SaveSettings();
|
||||
}
|
||||
|
||||
private readonly string[] LanguageNames = new string[] { "简体中文", "English" };
|
||||
private readonly string[] Languages = new string[] { "zh-CN", "en-US" };
|
||||
private readonly string[] LanguageNames = new string[] { "简体中文", "English", "Русский" };
|
||||
private readonly string[] Languages = new string[] { "zh-CN", "en-US", "ru-RU" };
|
||||
|
||||
|
||||
private Version AppVersion;
|
||||
|
||||
Reference in New Issue
Block a user