mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 02:32:55 +08:00
Update CommonStrings
to latest localiser tools output
This commit is contained in:
parent
5b91111eda
commit
d58534dce6
@ -14,6 +14,6 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString Cancel => new TranslatableString(getKey(@"cancel"), @"Cancel");
|
||||
|
||||
private static string getKey(string key) => $"{prefix}:{key}";
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user