Move replay specific key bindings to their own section

This commit is contained in:
Dean Herbert
2023-02-02 15:25:45 +09:00
parent edecd2ee25
commit 659b78058f
3 changed files with 24 additions and 2 deletions

View File

@ -34,6 +34,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString InGameSection => new TranslatableString(getKey(@"in_game_section"), @"In Game");
/// <summary>
/// "Replay"
/// </summary>
public static LocalisableString ReplaySection => new TranslatableString(getKey(@"replay_section"), @"Replay");
/// <summary>
/// "Audio"
/// </summary>