From f581730eea24009590dc1c47368e731c734a3e99 Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Wed, 7 May 2025 18:29:22 +1000 Subject: [PATCH] try to --- Content.Shared/Localizations/ContentLocalizationManager.cs | 2 +- Corvax-SS14 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Localizations/ContentLocalizationManager.cs b/Content.Shared/Localizations/ContentLocalizationManager.cs index 6ea3e0b8f1..0255dc702e 100644 --- a/Content.Shared/Localizations/ContentLocalizationManager.cs +++ b/Content.Shared/Localizations/ContentLocalizationManager.cs @@ -46,7 +46,7 @@ namespace Content.Shared.Localizations * localization you should NOT modify these, instead add new functions specific to your language/culture. * This ensures the english translations continue to work as expected when fallbacks are needed. */ - var cultureEn = new CultureInfo("ru-RU"); + var cultureEn = new CultureInfo("en-US"); _loc.AddFunction(cultureEn, "MAKEPLURAL", FormatMakePlural); _loc.AddFunction(cultureEn, "MANY", FormatMany); diff --git a/Corvax-SS14 b/Corvax-SS14 index 3a07f45c1b..813824bdb9 160000 --- a/Corvax-SS14 +++ b/Corvax-SS14 @@ -1 +1 @@ -Subproject commit 3a07f45c1bcf617e29c141bb9f0049b1207aed63 +Subproject commit 813824bdb9ebd6e33b02ae148f542b474be0dbb6 -- 2.52.0