mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Localise left over numeric value.
This commit is contained in:
@ -124,7 +124,7 @@ namespace osu.Game.Overlays.Rankings
|
|||||||
{
|
{
|
||||||
startDateColumn.Value = dateToString(response.Spotlight.StartDate);
|
startDateColumn.Value = dateToString(response.Spotlight.StartDate);
|
||||||
endDateColumn.Value = dateToString(response.Spotlight.EndDate);
|
endDateColumn.Value = dateToString(response.Spotlight.EndDate);
|
||||||
mapCountColumn.Value = response.BeatmapSets.Count.ToString();
|
mapCountColumn.Value = response.BeatmapSets.Count.ToLocalisableString("N0");
|
||||||
participantsColumn.Value = response.Spotlight.Participants?.ToLocalisableString("N0");
|
participantsColumn.Value = response.Spotlight.Participants?.ToLocalisableString("N0");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user