1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 07:53:41 +08:00

Localise "Show storyboard" in Editor

This commit is contained in:
YHSabc233
2026-01-29 02:04:12 +08:00
Unverified
parent 8e5eed63e1
commit 64a29313a8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -19,6 +19,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString WaveformOpacity => new TranslatableString(getKey(@"waveform_opacity"), @"Waveform opacity");
/// <summary>
/// "Show storyboard"
/// </summary>
public static LocalisableString ShowStoryboard => new TranslatableString(getKey(@"show_storyboard"), @"Show storyboard");
/// <summary>
/// "Show hit markers"
/// </summary>
+1 -1
View File
@@ -424,7 +424,7 @@ namespace osu.Game.Screens.Edit
},
new OsuMenuItemSpacer(),
new BackgroundDimMenuItem(editorBackgroundDim),
new ToggleMenuItem("Show storyboard")
new ToggleMenuItem(EditorStrings.ShowStoryboard)
{
State = { BindTarget = editorShowStoryboard },
},