mirror of https://github.com/ppy/osu
Add localisation for inviting a player
This commit is contained in:
parent
7629b725a2
commit
251e4d4de9
|
@ -19,6 +19,11 @@ public static class ContextMenuStrings
|
|||
/// </summary>
|
||||
public static LocalisableString ViewBeatmap => new TranslatableString(getKey(@"view_beatmap"), @"View beatmap");
|
||||
|
||||
/// <summary>
|
||||
/// "Invite player"
|
||||
/// </summary>
|
||||
public static LocalisableString InvitePlayer => new TranslatableString(getKey(@"invite_player"), @"Invite player");
|
||||
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue