From 3abb4d6051810133c6dbc4aa85ad3abe27560a2a Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 23 May 2025 13:44:02 +0300 Subject: [PATCH] Update ContentLocalizationManager.cs --- Content.Shared/Localizations/ContentLocalizationManager.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.Shared/Localizations/ContentLocalizationManager.cs b/Content.Shared/Localizations/ContentLocalizationManager.cs index 5677727189..cf9a524d7d 100644 --- a/Content.Shared/Localizations/ContentLocalizationManager.cs +++ b/Content.Shared/Localizations/ContentLocalizationManager.cs @@ -27,6 +27,10 @@ namespace Content.Shared.Localizations { var culture = new CultureInfo(_cfg.GetCVar(CCVars.Language)); + //CP14 Boilerplate! Should be deleted when https://github.com/space-wizards/space-station-14/pull/34404 is merged + _loc.Initialize(); + //CP14 Boilerplate end + _loc.LoadCulture(culture); /*