Switch 24H toggle from UI settings to language settings

This commit is contained in:
Perry MacMurray
2022-04-05 17:07:58 -04:00
parent 9d475f7b33
commit 2525ec0d18
4 changed files with 12 additions and 11 deletions

View File

@ -29,6 +29,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString PreferOriginalMetadataLanguage => new TranslatableString(getKey(@"prefer_original"), @"Prefer metadata in original language");
/// <summary>
/// "Prefer 24-hour time"
/// </summary>
public static LocalisableString Prefer24HourTime => new TranslatableString(getKey(@"prefer_24_hour_time"), @"Prefer 24-hour time");
/// <summary>
/// "Updates"
/// </summary>