Update ContentLocalizationManager.cs

This commit is contained in:
Ed
2025-10-06 12:38:49 +03:00
parent d25f979691
commit d73fcd53ff

View File

@@ -64,6 +64,7 @@ namespace Content.Shared.Localizations
_loc.AddFunction(culture, "NATURALFIXED", FormatNaturalFixed);
_loc.AddFunction(culture, "NATURALPERCENT", FormatNaturalPercent);
_loc.AddFunction(culture, "PLAYTIME", FormatPlaytime);
_loc.AddFunction(culture, "MAKEPLURAL", FormatMakePlural);
_loc.AddFunction(culture, "MANY", FormatMany); // TODO: Temporary fix for MANY() fluent errors. Remove after resolve errors.