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:
parent
5b55366178
commit
eba78317d5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user