mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update projects to .NET Core 2.0.7
added instance and client count to api page removed vestigial ConfigGenerator
This commit is contained in:
@ -13,7 +13,7 @@ namespace IW4MAdmin.Application.Localization
|
||||
{
|
||||
string currentLocal = CultureInfo.CurrentCulture.Name;
|
||||
#if DEBUG
|
||||
currentLocal = "ru-RU";
|
||||
// currentLocal = "ru-RU";
|
||||
#endif
|
||||
string localizationFile = $"Localization{Path.DirectorySeparatorChar}IW4MAdmin.{currentLocal}.json";
|
||||
string localizationContents;
|
||||
|
Reference in New Issue
Block a user