mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Localise kudosu info stats.
This commit is contained in:
@ -55,7 +55,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
|||||||
|
|
||||||
public new int Count
|
public new int Count
|
||||||
{
|
{
|
||||||
set => valueText.Text = value.ToString("N0");
|
set => valueText.Text = value.ToLocalisableString("N0");
|
||||||
}
|
}
|
||||||
|
|
||||||
public CountSection(LocalisableString header)
|
public CountSection(LocalisableString header)
|
||||||
|
Reference in New Issue
Block a user