]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Автообновление SS14
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Fri, 9 May 2025 05:21:34 +0000 (15:21 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Fri, 9 May 2025 05:21:34 +0000 (15:21 +1000)
Content.Shared/Localizations/ContentLocalizationManager.cs

index 0255dc702e204871cc640e776449f884dadf85bd..15d29bd3a90a0affdd52cd6834edacbacd56cd6f 100644 (file)
@@ -10,7 +10,7 @@ namespace Content.Shared.Localizations
         [Dependency] private readonly ILocalizationManager _loc = default!;
 
         // If you want to change your codebase's language, do it here.
-        private const string Culture = "ru-RU";
+        private const string Culture = "en-US";
 
         /// <summary>
         /// Custom format strings used for parsing and displaying minutes:seconds timespans.
@@ -268,3 +268,4 @@ namespace Content.Shared.Localizations
         }
     }
 }
+