mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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
|
public static class ButtonSystemStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Localisation.ButtonSystem";
|
private const string prefix = @"osu.Game.Resources.Localisation.ButtonSystem";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "solo"
|
/// "solo"
|
||||||
@ -56,4 +56,4 @@ namespace osu.Game.Localisation
|
|||||||
|
|
||||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
|||||||
{
|
{
|
||||||
public static class ChatStrings
|
public static class ChatStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Localisation.Chat";
|
private const string prefix = @"osu.Game.Resources.Localisation.Chat";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "chat"
|
/// "chat"
|
||||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
|||||||
{
|
{
|
||||||
public static class CommonStrings
|
public static class CommonStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Localisation.Common";
|
private const string prefix = @"osu.Game.Resources.Localisation.Common";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Cancel"
|
/// "Cancel"
|
||||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
|||||||
{
|
{
|
||||||
public static class NotificationsStrings
|
public static class NotificationsStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Localisation.Notifications";
|
private const string prefix = @"osu.Game.Resources.Localisation.Notifications";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "notifications"
|
/// "notifications"
|
||||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
|||||||
{
|
{
|
||||||
public static class NowPlayingStrings
|
public static class NowPlayingStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Localisation.NowPlaying";
|
private const string prefix = @"osu.Game.Resources.Localisation.NowPlaying";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "now playing"
|
/// "now playing"
|
||||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Localisation
|
|||||||
{
|
{
|
||||||
public static class SettingsStrings
|
public static class SettingsStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Localisation.Settings";
|
private const string prefix = @"osu.Game.Resources.Localisation.Settings";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "settings"
|
/// "settings"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user