Remove FluentBundle.Arguments helper method.

This commit is contained in:
Paul Chote
2024-10-02 22:40:05 +01:00
committed by Gustas
parent b29b685058
commit d6285affec
71 changed files with 273 additions and 283 deletions

View File

@@ -90,7 +90,7 @@ namespace OpenRA.Mods.Common.Traits
if (m == 0)
return FluentProvider.GetString(NoTimeLimit);
else
return FluentProvider.GetString(TimeLimitOption, FluentBundle.Arguments("minutes", m));
return FluentProvider.GetString(TimeLimitOption, "minutes", m);
});
yield return new LobbyOption(map, "timelimit", TimeLimitLabel, TimeLimitDescription, TimeLimitDropdownVisible, TimeLimitDisplayOrder,