mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +08:00
Localise left over numeric value.
This commit is contained in:
parent
652fe6c413
commit
c7e9d09ce3
@ -124,7 +124,7 @@ namespace osu.Game.Overlays.Rankings
|
||||
{
|
||||
startDateColumn.Value = dateToString(response.Spotlight.StartDate);
|
||||
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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user