mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 02:27:33 +09:00
Merge pull request #13518 from smoogipoo/sort-by-localisation
Localise "sort by" text in overlays
This commit is contained in:
commit
f4fb2e127d
@ -18,6 +18,7 @@ using JetBrains.Annotations;
|
|||||||
using System;
|
using System;
|
||||||
using osu.Framework.Extensions;
|
using osu.Framework.Extensions;
|
||||||
using osu.Framework.Localisation;
|
using osu.Framework.Localisation;
|
||||||
|
using osu.Game.Resources.Localisation.Web;
|
||||||
|
|
||||||
namespace osu.Game.Overlays
|
namespace osu.Game.Overlays
|
||||||
{
|
{
|
||||||
@ -54,7 +55,7 @@ namespace osu.Game.Overlays
|
|||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.SemiBold),
|
Font = OsuFont.GetFont(size: 12, weight: FontWeight.SemiBold),
|
||||||
Text = @"Sort by"
|
Text = SortStrings.Default
|
||||||
},
|
},
|
||||||
CreateControl().With(c =>
|
CreateControl().With(c =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user