mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 01:17:19 +08:00
Update prefixes to match new resx locations
This commit is contained in:
parent
7f2baef998
commit
0ecda98b39
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
||||
{
|
||||
public static class ButtonSystemStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Localisation.ButtonSystem";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.ButtonSystem";
|
||||
|
||||
/// <summary>
|
||||
/// "solo"
|
||||
@ -56,4 +56,4 @@ namespace osu.Game.Localisation
|
||||
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
||||
{
|
||||
public static class ChatStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Localisation.Chat";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.Chat";
|
||||
|
||||
/// <summary>
|
||||
/// "chat"
|
||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
||||
{
|
||||
public static class CommonStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Localisation.Common";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.Common";
|
||||
|
||||
/// <summary>
|
||||
/// "Cancel"
|
||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
||||
{
|
||||
public static class NotificationsStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Localisation.Notifications";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.Notifications";
|
||||
|
||||
/// <summary>
|
||||
/// "notifications"
|
||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
||||
{
|
||||
public static class NowPlayingStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Localisation.NowPlaying";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.NowPlaying";
|
||||
|
||||
/// <summary>
|
||||
/// "now playing"
|
||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
||||
{
|
||||
public static class SettingsStrings
|
||||
{
|
||||
private const string prefix = @"osu.Game.Localisation.Settings";
|
||||
private const string prefix = @"osu.Game.Resources.Localisation.Settings";
|
||||
|
||||
/// <summary>
|
||||
/// "settings"
|
||||
|
Loading…
x
Reference in New Issue
Block a user