Update ContentLocalizationManager.cs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user