From 6d15cc3e23958f00be2b11a27ced2e8e0f05ee27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Sat, 21 Aug 2021 12:12:02 +0200 Subject: [PATCH] Fix localisation resx file casing The .NET build toolchain expects that the dialect part of the language tag in the filename of a resx file should be upper-cased. However, some resx files with the dialect part were committed as fully lower-cased, which causes compilation failures on filesystems/OSes on which filenames are case-sensitive, which is primarily Linux. Move the offending files so that they use the proper upper-cased suffix. --- .../{AudioSettings.zh-tw.resx => AudioSettings.zh-TW.resx} | 0 .../{BindingSettings.zh-tw.resx => BindingSettings.zh-TW.resx} | 0 .../{ButtonSystem.pt-br.resx => ButtonSystem.pt-BR.resx} | 0 .../{ButtonSystem.zh-tw.resx => ButtonSystem.zh-TW.resx} | 0 .../Localisation/{Chat.pt-br.resx => Chat.pt-BR.resx} | 0 .../Localisation/{Chat.zh-tw.resx => Chat.zh-TW.resx} | 0 .../Localisation/{Common.zh-tw.resx => Common.zh-TW.resx} | 0 .../{DebugSettings.zh-tw.resx => DebugSettings.zh-TW.resx} | 0 .../{GameplaySettings.zh-tw.resx => GameplaySettings.zh-TW.resx} | 0 .../{GeneralSettings.zh-tw.resx => GeneralSettings.zh-TW.resx} | 0 .../{GraphicsSettings.zh-tw.resx => GraphicsSettings.zh-TW.resx} | 0 .../{InputSettings.zh-tw.resx => InputSettings.zh-TW.resx} | 0 ...ntenanceSettings.zh-tw.resx => MaintenanceSettings.zh-TW.resx} | 0 .../{MouseSettings.zh-tw.resx => MouseSettings.zh-TW.resx} | 0 ...sScreen.zh-tw.resx => MultiplayerTeamResultsScreen.zh-TW.resx} | 0 ...erlayComponent.zh-tw.resx => NamedOverlayComponent.zh-TW.resx} | 0 .../{Notifications.pt-br.resx => Notifications.pt-BR.resx} | 0 .../{Notifications.zh-tw.resx => Notifications.zh-TW.resx} | 0 .../Localisation/{NowPlaying.pt-br.resx => NowPlaying.pt-BR.resx} | 0 .../Localisation/{NowPlaying.zh-tw.resx => NowPlaying.zh-TW.resx} | 0 .../{OnlineSettings.zh-tw.resx => OnlineSettings.zh-TW.resx} | 0 .../Localisation/{Settings.pt-br.resx => Settings.pt-BR.resx} | 0 .../Localisation/{Settings.zh-tw.resx => Settings.zh-TW.resx} | 0 .../{SkinSettings.zh-tw.resx => SkinSettings.zh-TW.resx} | 0 .../{TabletSettings.zh-tw.resx => TabletSettings.zh-TW.resx} | 0 .../{UserInterface.zh-tw.resx => UserInterface.zh-TW.resx} | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename osu.Game.Resources/Localisation/{AudioSettings.zh-tw.resx => AudioSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{BindingSettings.zh-tw.resx => BindingSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{ButtonSystem.pt-br.resx => ButtonSystem.pt-BR.resx} (100%) rename osu.Game.Resources/Localisation/{ButtonSystem.zh-tw.resx => ButtonSystem.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{Chat.pt-br.resx => Chat.pt-BR.resx} (100%) rename osu.Game.Resources/Localisation/{Chat.zh-tw.resx => Chat.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{Common.zh-tw.resx => Common.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{DebugSettings.zh-tw.resx => DebugSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{GameplaySettings.zh-tw.resx => GameplaySettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{GeneralSettings.zh-tw.resx => GeneralSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{GraphicsSettings.zh-tw.resx => GraphicsSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{InputSettings.zh-tw.resx => InputSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{MaintenanceSettings.zh-tw.resx => MaintenanceSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{MouseSettings.zh-tw.resx => MouseSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{MultiplayerTeamResultsScreen.zh-tw.resx => MultiplayerTeamResultsScreen.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{NamedOverlayComponent.zh-tw.resx => NamedOverlayComponent.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{Notifications.pt-br.resx => Notifications.pt-BR.resx} (100%) rename osu.Game.Resources/Localisation/{Notifications.zh-tw.resx => Notifications.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{NowPlaying.pt-br.resx => NowPlaying.pt-BR.resx} (100%) rename osu.Game.Resources/Localisation/{NowPlaying.zh-tw.resx => NowPlaying.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{OnlineSettings.zh-tw.resx => OnlineSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{Settings.pt-br.resx => Settings.pt-BR.resx} (100%) rename osu.Game.Resources/Localisation/{Settings.zh-tw.resx => Settings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{SkinSettings.zh-tw.resx => SkinSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{TabletSettings.zh-tw.resx => TabletSettings.zh-TW.resx} (100%) rename osu.Game.Resources/Localisation/{UserInterface.zh-tw.resx => UserInterface.zh-TW.resx} (100%) diff --git a/osu.Game.Resources/Localisation/AudioSettings.zh-tw.resx b/osu.Game.Resources/Localisation/AudioSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/AudioSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/AudioSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/BindingSettings.zh-tw.resx b/osu.Game.Resources/Localisation/BindingSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/BindingSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/BindingSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/ButtonSystem.pt-br.resx b/osu.Game.Resources/Localisation/ButtonSystem.pt-BR.resx similarity index 100% rename from osu.Game.Resources/Localisation/ButtonSystem.pt-br.resx rename to osu.Game.Resources/Localisation/ButtonSystem.pt-BR.resx diff --git a/osu.Game.Resources/Localisation/ButtonSystem.zh-tw.resx b/osu.Game.Resources/Localisation/ButtonSystem.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/ButtonSystem.zh-tw.resx rename to osu.Game.Resources/Localisation/ButtonSystem.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/Chat.pt-br.resx b/osu.Game.Resources/Localisation/Chat.pt-BR.resx similarity index 100% rename from osu.Game.Resources/Localisation/Chat.pt-br.resx rename to osu.Game.Resources/Localisation/Chat.pt-BR.resx diff --git a/osu.Game.Resources/Localisation/Chat.zh-tw.resx b/osu.Game.Resources/Localisation/Chat.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/Chat.zh-tw.resx rename to osu.Game.Resources/Localisation/Chat.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/Common.zh-tw.resx b/osu.Game.Resources/Localisation/Common.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/Common.zh-tw.resx rename to osu.Game.Resources/Localisation/Common.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/DebugSettings.zh-tw.resx b/osu.Game.Resources/Localisation/DebugSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/DebugSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/DebugSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/GameplaySettings.zh-tw.resx b/osu.Game.Resources/Localisation/GameplaySettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/GameplaySettings.zh-tw.resx rename to osu.Game.Resources/Localisation/GameplaySettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/GeneralSettings.zh-tw.resx b/osu.Game.Resources/Localisation/GeneralSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/GeneralSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/GeneralSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.zh-tw.resx b/osu.Game.Resources/Localisation/GraphicsSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/GraphicsSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/GraphicsSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/InputSettings.zh-tw.resx b/osu.Game.Resources/Localisation/InputSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/InputSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/InputSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/MaintenanceSettings.zh-tw.resx b/osu.Game.Resources/Localisation/MaintenanceSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/MaintenanceSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/MaintenanceSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/MouseSettings.zh-tw.resx b/osu.Game.Resources/Localisation/MouseSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/MouseSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/MouseSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-tw.resx b/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-tw.resx rename to osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/NamedOverlayComponent.zh-tw.resx b/osu.Game.Resources/Localisation/NamedOverlayComponent.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/NamedOverlayComponent.zh-tw.resx rename to osu.Game.Resources/Localisation/NamedOverlayComponent.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/Notifications.pt-br.resx b/osu.Game.Resources/Localisation/Notifications.pt-BR.resx similarity index 100% rename from osu.Game.Resources/Localisation/Notifications.pt-br.resx rename to osu.Game.Resources/Localisation/Notifications.pt-BR.resx diff --git a/osu.Game.Resources/Localisation/Notifications.zh-tw.resx b/osu.Game.Resources/Localisation/Notifications.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/Notifications.zh-tw.resx rename to osu.Game.Resources/Localisation/Notifications.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/NowPlaying.pt-br.resx b/osu.Game.Resources/Localisation/NowPlaying.pt-BR.resx similarity index 100% rename from osu.Game.Resources/Localisation/NowPlaying.pt-br.resx rename to osu.Game.Resources/Localisation/NowPlaying.pt-BR.resx diff --git a/osu.Game.Resources/Localisation/NowPlaying.zh-tw.resx b/osu.Game.Resources/Localisation/NowPlaying.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/NowPlaying.zh-tw.resx rename to osu.Game.Resources/Localisation/NowPlaying.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/OnlineSettings.zh-tw.resx b/osu.Game.Resources/Localisation/OnlineSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/OnlineSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/OnlineSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/Settings.pt-br.resx b/osu.Game.Resources/Localisation/Settings.pt-BR.resx similarity index 100% rename from osu.Game.Resources/Localisation/Settings.pt-br.resx rename to osu.Game.Resources/Localisation/Settings.pt-BR.resx diff --git a/osu.Game.Resources/Localisation/Settings.zh-tw.resx b/osu.Game.Resources/Localisation/Settings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/Settings.zh-tw.resx rename to osu.Game.Resources/Localisation/Settings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/SkinSettings.zh-tw.resx b/osu.Game.Resources/Localisation/SkinSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/SkinSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/SkinSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/TabletSettings.zh-tw.resx b/osu.Game.Resources/Localisation/TabletSettings.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/TabletSettings.zh-tw.resx rename to osu.Game.Resources/Localisation/TabletSettings.zh-TW.resx diff --git a/osu.Game.Resources/Localisation/UserInterface.zh-tw.resx b/osu.Game.Resources/Localisation/UserInterface.zh-TW.resx similarity index 100% rename from osu.Game.Resources/Localisation/UserInterface.zh-tw.resx rename to osu.Game.Resources/Localisation/UserInterface.zh-TW.resx