mirror of
https://github.com/osukey/osukey.git
synced 2025-06-19 18:27:58 +09: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
|
public new int Count
|
||||||
{
|
{
|
||||||
set => valueText.Text = value.ToString("N0");
|
set => valueText.Text = value.ToLocalisableString("N0");
|
||||||
}
|
}
|
||||||
|
|
||||||
public CountSection(LocalisableString header)
|
public CountSection(LocalisableString header)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user