From: MaxSMokeSkaarj Date: Fri, 9 May 2025 05:21:34 +0000 (+1000) Subject: Автообновление SS14 X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e9deb4283579c21acd6347b832caacf429c56cc3;p=space-station-14.git Автообновление SS14 --- diff --git a/Content.Shared/Localizations/ContentLocalizationManager.cs b/Content.Shared/Localizations/ContentLocalizationManager.cs index 0255dc702e..15d29bd3a9 100644 --- a/Content.Shared/Localizations/ContentLocalizationManager.cs +++ b/Content.Shared/Localizations/ContentLocalizationManager.cs @@ -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"; /// /// Custom format strings used for parsing and displaying minutes:seconds timespans. @@ -268,3 +268,4 @@ namespace Content.Shared.Localizations } } } +