mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Localise CentreHeaderContainer
.
This commit is contained in:
parent
2cfec1dc32
commit
c6a27e4baa
@ -8,6 +8,7 @@ using osu.Framework.Graphics.Containers;
|
|||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
using osu.Framework.Graphics.Textures;
|
using osu.Framework.Graphics.Textures;
|
||||||
using osu.Game.Overlays.Profile.Header.Components;
|
using osu.Game.Overlays.Profile.Header.Components;
|
||||||
|
using osu.Game.Resources.Localisation.Web;
|
||||||
using osu.Game.Users;
|
using osu.Game.Users;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
|
|
||||||
@ -119,12 +120,12 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
{
|
{
|
||||||
hiddenDetailGlobal = new OverlinedInfoContainer
|
hiddenDetailGlobal = new OverlinedInfoContainer
|
||||||
{
|
{
|
||||||
Title = "Global Ranking",
|
Title = UsersStrings.ShowRankGlobalSimple,
|
||||||
LineColour = colourProvider.Highlight1
|
LineColour = colourProvider.Highlight1
|
||||||
},
|
},
|
||||||
hiddenDetailCountry = new OverlinedInfoContainer
|
hiddenDetailCountry = new OverlinedInfoContainer
|
||||||
{
|
{
|
||||||
Title = "Country Ranking",
|
Title = UsersStrings.ShowRankCountrySimple,
|
||||||
LineColour = colourProvider.Highlight1
|
LineColour = colourProvider.Highlight1
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user