ru translation (from #119) (#120)

* Fixed some translations on Russian.
* Updated readme screenshots
This commit is contained in:
EgorBron
2022-09-22 15:16:35 +03:00
committed by GitHub
parent c0a798ba93
commit 24a38cbdf4
34 changed files with 70 additions and 65 deletions

View File

@@ -61,10 +61,9 @@ namespace GrasscutterTools.Forms
private void FormMain_Load(object sender, EventArgs e)
{
#if DEBUG
Text += " - by jie65535 - v" + AppVersion.ToString(3) + "-debug";
#else
Text += " - by jie65535 - v" + AppVersion.ToString(3);
#if DEBUG
Text += "-debug";
#endif
GameData.LoadResources();
@@ -2124,6 +2123,5 @@ namespace GrasscutterTools.Forms
}
#endregion - Quests -
}
}