1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 16:27:26 +08:00

Localise kudosu info stats.

This commit is contained in:
Lucas A 2021-07-24 10:16:47 +02:00
parent 5b55366178
commit eba78317d5

View File

@ -55,7 +55,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
public new int Count
{
set => valueText.Text = value.ToString("N0");
set => valueText.Text = value.ToLocalisableString("N0");
}
public CountSection(LocalisableString header)