Support Russian by Юрий Дворецкий

Update version to v1.3.2
Add README-ru-RU
Add ru Screenshots
This commit is contained in:
2022-05-17 13:31:43 +08:00
parent 03b5d89410
commit 5c5108fe13
43 changed files with 29171 additions and 5179 deletions

View File

@@ -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;