mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Localise scoreboard
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System.ComponentModel;
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Resources.Localisation.Web;
|
||||
|
||||
namespace osu.Game.Screens.Select.Leaderboards
|
||||
{
|
||||
@ -10,13 +12,13 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
[Description("Local Ranking")]
|
||||
Local,
|
||||
|
||||
[Description("Country Ranking")]
|
||||
[LocalisableDescription(typeof(BeatmapsetsStrings), nameof(BeatmapsetsStrings.ShowScoreboardCountry))]
|
||||
Country,
|
||||
|
||||
[Description("Global Ranking")]
|
||||
[LocalisableDescription(typeof(BeatmapsetsStrings), nameof(BeatmapsetsStrings.ShowScoreboardGlobal))]
|
||||
Global,
|
||||
|
||||
[Description("Friend Ranking")]
|
||||
[LocalisableDescription(typeof(BeatmapsetsStrings), nameof(BeatmapsetsStrings.ShowScoreboardFriend))]
|
||||
Friend,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user