mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
fix tab spacing
This commit is contained in:
parent
b99b10e586
commit
3a62d29269
@ -65,9 +65,9 @@ namespace osu.Game.Localisation
|
|||||||
public static LocalisableString RunSetupWizard => new TranslatableString(getKey(@"run_setup_wizard"), @"Run setup wizard");
|
public static LocalisableString RunSetupWizard => new TranslatableString(getKey(@"run_setup_wizard"), @"Run setup wizard");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "You are running the latest release ({0})"
|
/// "You are running the latest release ({0})"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString RunningLatestRelease(string arg0) => new TranslatableString(getKey(@"running_latest_release"), @"You are running the latest release ({0})", arg0);
|
public static LocalisableString RunningLatestRelease(string arg0) => new TranslatableString(getKey(@"running_latest_release"), @"You are running the latest release ({0})", arg0);
|
||||||
|
|
||||||
private static string getKey(string key) => $"{prefix}:{key}";
|
private static string getKey(string key) => $"{prefix}:{key}";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user