mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
fix review points and fine tuning
This commit is contained in:
@ -44,21 +44,6 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString ClearAllCaches => new TranslatableString(getKey(@"clear_all_caches"), @"Clear all caches");
|
||||
|
||||
/// <summary>
|
||||
/// "Compact realm"
|
||||
/// </summary>
|
||||
public static LocalisableString CompactRealm => new TranslatableString(getKey(@"compact_realm"), @"Compact realm");
|
||||
|
||||
/// <summary>
|
||||
/// "Block realm"
|
||||
/// </summary>
|
||||
public static LocalisableString BlockRealm => new TranslatableString(getKey(@"block_realm"), @"Block realm");
|
||||
|
||||
/// <summary>
|
||||
/// "Unblock realm"
|
||||
/// </summary>
|
||||
public static LocalisableString UnblockRealm => new TranslatableString(getKey(@"unblock_realm"), @"Unblock realm");
|
||||
|
||||
private static string getKey(string key) => $"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user