mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +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
|
||||
{
|
||||
set => valueText.Text = value.ToString("N0");
|
||||
set => valueText.Text = value.ToLocalisableString("N0");
|
||||
}
|
||||
|
||||
public CountSection(LocalisableString header)
|
||||
|
Reference in New Issue
Block a user