Add localisation for DashboardOverlayHeader

This commit is contained in:
kj415j45
2021-07-18 02:44:09 +08:00
parent f588607ed9
commit f80b183777
2 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString Changelog => new TranslatableString(getKey(@"changelog"), @"track recent dev updates in the osu! ecosystem");
/// <summary>
/// "view your friends and other information"
/// </summary>
public static LocalisableString Dashboard => new TranslatableString(getKey(@"dashboard"), @"view your friends and other information");
/// <summary>
/// "find out who's the best right now"
/// </summary>