Localize non-localizable setting items

This commit is contained in:
アズタケ
2022-09-16 18:31:02 +09:00
parent 8d725f7744
commit c0e2ba419e
18 changed files with 163 additions and 27 deletions

View File

@ -46,11 +46,11 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
},
blockAction = new SettingsButton
{
Text = "Block realm",
Text = DebugSettingsStrings.BlockRealm,
},
unblockAction = new SettingsButton
{
Text = "Unblock realm",
Text = DebugSettingsStrings.UnblockRealm,
},
};