mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
User verbatim string for ToLocalisableString
calls (and rename US spelling)
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
||||
|
||||
protected override Drawable[] CreateUniqueContent(UserStatistics item) => new Drawable[]
|
||||
{
|
||||
new RowText { Text = item.PP.ToLocalisableString("N0"), }
|
||||
new RowText { Text = item.PP.ToLocalisableString(@"N0"), }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user