mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add basic localisation strings for new mod select
This commit is contained in:
@ -59,6 +59,16 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString Importing => new TranslatableString(getKey(@"importing"), @"Importing...");
|
||||
|
||||
/// <summary>
|
||||
/// "Deselect All"
|
||||
/// </summary>
|
||||
public static LocalisableString DeselectAll => new TranslatableString(getKey(@"deselect_all"), @"Deselect All");
|
||||
|
||||
/// <summary>
|
||||
/// "Select All"
|
||||
/// </summary>
|
||||
public static LocalisableString SelectAll => new TranslatableString(getKey(@"select_all"), @"Select All");
|
||||
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user