mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add localisation support for beatmap editor setup
This commit is contained in:
@ -5,12 +5,13 @@
|
||||
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Rulesets;
|
||||
using osu.Game.Localisation;
|
||||
|
||||
namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
public abstract class RulesetSetupSection : SetupSection
|
||||
{
|
||||
public sealed override LocalisableString Title => $"Ruleset ({rulesetInfo.Name})";
|
||||
public sealed override LocalisableString Title => EditorSetupRulesetStrings.Ruleset(rulesetInfo.Name);
|
||||
|
||||
private readonly RulesetInfo rulesetInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user