Merge pull request #14763 from kj415j45/localisation-settings-GlobalAction

Add localisation for Settings-KeyBindings-GlobalActions
This commit is contained in:
Dean Herbert
2021-09-16 21:08:00 +09:00
committed by GitHub
4 changed files with 307 additions and 52 deletions

View File

@ -115,7 +115,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
},
text = new OsuSpriteText
{
Text = action.GetDescription(),
Text = action.GetLocalisableDescription(),
Margin = new MarginPadding(padding),
},
buttons = new FillFlowContainer<KeyButton>