From 13a6bc29205a4ae74f277f543c5ff363cb62eab9 Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 26 Jan 2025 16:12:50 +0300 Subject: [PATCH] Update ContentLocalizationManager.cs --- Content.Shared/Localizations/ContentLocalizationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Localizations/ContentLocalizationManager.cs b/Content.Shared/Localizations/ContentLocalizationManager.cs index 4a3415be2c..21aaf39edb 100644 --- a/Content.Shared/Localizations/ContentLocalizationManager.cs +++ b/Content.Shared/Localizations/ContentLocalizationManager.cs @@ -9,7 +9,7 @@ namespace Content.Shared.Localizations { [Dependency] private readonly ILocalizationManager _loc = default!; - // If you want to change your codebase's language, do it here. + // If you want to change your codebase language, do it here. //public const string Culture = "en-US"; public const string Culture = "ru-RU";