diff --git a/appveyor.yml b/appveyor.yml index 9fb2074..162edb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ clone_depth: 1 version: '{build}' -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Release platform: Any CPU before_build: diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml index fe443c3..ba34330 100644 --- a/appveyor_deploy.yml +++ b/appveyor_deploy.yml @@ -1,7 +1,7 @@ clone_depth: 1 version: '{build}' skip_non_tags: true -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Release platform: Any CPU before_build: diff --git a/crowdin.yml b/crowdin.yml index 033865b..f04e179 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -39,4 +39,4 @@ files: uk: uk vi: vi zh-CN: zh - zh-TW: zh-TW + zh-TW: zh-Hant diff --git a/osu.Game.Resources/Localisation/AudioSettings.zh-TW.resx b/osu.Game.Resources/Localisation/AudioSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/AudioSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/AudioSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/BindingSettings.zh-TW.resx b/osu.Game.Resources/Localisation/BindingSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/BindingSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/BindingSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/ButtonSystem.zh-TW.resx b/osu.Game.Resources/Localisation/ButtonSystem.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/ButtonSystem.zh-TW.resx rename to osu.Game.Resources/Localisation/ButtonSystem.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Chat.zh-TW.resx b/osu.Game.Resources/Localisation/Chat.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Chat.zh-TW.resx rename to osu.Game.Resources/Localisation/Chat.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Common.zh-TW.resx b/osu.Game.Resources/Localisation/Common.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Common.zh-TW.resx rename to osu.Game.Resources/Localisation/Common.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/DebugSettings.zh-TW.resx b/osu.Game.Resources/Localisation/DebugSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/DebugSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/DebugSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/GameplaySettings.zh-TW.resx b/osu.Game.Resources/Localisation/GameplaySettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/GameplaySettings.zh-TW.resx rename to osu.Game.Resources/Localisation/GameplaySettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/GeneralSettings.zh-TW.resx b/osu.Game.Resources/Localisation/GeneralSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/GeneralSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/GeneralSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/GlobalActionKeyBinding.zh-TW.resx b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/GlobalActionKeyBinding.zh-TW.resx rename to osu.Game.Resources/Localisation/GlobalActionKeyBinding.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.zh-TW.resx b/osu.Game.Resources/Localisation/GraphicsSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/GraphicsSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/GraphicsSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/InputSettings.zh-TW.resx b/osu.Game.Resources/Localisation/InputSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/InputSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/InputSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/MaintenanceSettings.zh-TW.resx b/osu.Game.Resources/Localisation/MaintenanceSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/MaintenanceSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/MaintenanceSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/MouseSettings.zh-TW.resx b/osu.Game.Resources/Localisation/MouseSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/MouseSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/MouseSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-TW.resx b/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-TW.resx rename to osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/NamedOverlayComponent.zh-TW.resx b/osu.Game.Resources/Localisation/NamedOverlayComponent.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/NamedOverlayComponent.zh-TW.resx rename to osu.Game.Resources/Localisation/NamedOverlayComponent.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Notifications.zh-TW.resx b/osu.Game.Resources/Localisation/Notifications.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Notifications.zh-TW.resx rename to osu.Game.Resources/Localisation/Notifications.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/NowPlaying.zh-TW.resx b/osu.Game.Resources/Localisation/NowPlaying.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/NowPlaying.zh-TW.resx rename to osu.Game.Resources/Localisation/NowPlaying.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/OnlineSettings.zh-TW.resx b/osu.Game.Resources/Localisation/OnlineSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/OnlineSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/OnlineSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/RulesetSettings.zh-TW.resx b/osu.Game.Resources/Localisation/RulesetSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/RulesetSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/RulesetSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Settings.zh-TW.resx b/osu.Game.Resources/Localisation/Settings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Settings.zh-TW.resx rename to osu.Game.Resources/Localisation/Settings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/SkinSettings.zh-TW.resx b/osu.Game.Resources/Localisation/SkinSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/SkinSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/SkinSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/TabletSettings.zh-TW.resx b/osu.Game.Resources/Localisation/TabletSettings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/TabletSettings.zh-TW.resx rename to osu.Game.Resources/Localisation/TabletSettings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Toast.zh-TW.resx b/osu.Game.Resources/Localisation/Toast.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Toast.zh-TW.resx rename to osu.Game.Resources/Localisation/Toast.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/UserInterface.zh-TW.resx b/osu.Game.Resources/Localisation/UserInterface.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/UserInterface.zh-TW.resx rename to osu.Game.Resources/Localisation/UserInterface.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Accounts.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Accounts.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Accounts.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Accounts.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Admin.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Admin.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Admin.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Admin.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Api.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Api.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Api.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Api.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Artist.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Artist.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Artist.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Artist.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Authorization.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Authorization.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Authorization.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Authorization.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Bbcode.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Bbcode.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Bbcode.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Bbcode.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussionPosts.zh-TW.resx b/osu.Game.Resources/Localisation/Web/BeatmapDiscussionPosts.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/BeatmapDiscussionPosts.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/BeatmapDiscussionPosts.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.zh-TW.resx b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/BeatmapDiscussions.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/BeatmapDiscussions.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Beatmappacks.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Beatmappacks.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Beatmappacks.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Beatmappacks.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Beatmaps.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Beatmaps.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotes.zh-TW.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotes.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotes.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotes.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.zh-TW.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/BeatmapsetEvents.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/BeatmapsetEvents.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.zh-TW.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/BeatmapsetWatches.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/BeatmapsetWatches.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Beatmapsets.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Beatmapsets.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Changelog.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Changelog.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Changelog.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Changelog.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Chat.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Chat.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/ClientVerifications.zh-TW.resx b/osu.Game.Resources/Localisation/Web/ClientVerifications.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/ClientVerifications.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/ClientVerifications.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Comments.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Comments.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Comments.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Comments.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Common.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Common.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Common.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Common.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Community.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Community.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Community.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Community.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Contest.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Contest.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Contest.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Contest.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Errors.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Errors.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Errors.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Errors.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Events.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Events.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Events.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Events.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Follows.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Follows.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Follows.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Follows.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Forum.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Forum.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Forum.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Forum.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Friends.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Friends.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Friends.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Friends.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Home.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Home.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Home.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Home.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Layout.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Layout.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Layout.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Layout.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Livestreams.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Livestreams.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Livestreams.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Livestreams.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Mail.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Mail.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Mail.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Mail.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Matches.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Matches.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Matches.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Matches.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation.zh-TW.resx b/osu.Game.Resources/Localisation/Web/ModelValidation.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/ModelValidation.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/ModelValidation.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/Fulfillments.zh-TW.resx b/osu.Game.Resources/Localisation/Web/ModelValidation/Fulfillments.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/ModelValidation/Fulfillments.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/ModelValidation/Fulfillments.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/Payments.zh-TW.resx b/osu.Game.Resources/Localisation/Web/ModelValidation/Payments.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/ModelValidation/Payments.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/ModelValidation/Payments.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.zh-TW.resx b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Multiplayer.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Multiplayer.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Multiplayer.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Multiplayer.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/News.zh-TW.resx b/osu.Game.Resources/Localisation/Web/News.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/News.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/News.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Notifications.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Notifications.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Notifications.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Notifications.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Oauth.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Oauth.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Oauth.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Oauth.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/PageTitle.zh-TW.resx b/osu.Game.Resources/Localisation/Web/PageTitle.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/PageTitle.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/PageTitle.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/PasswordReset.zh-TW.resx b/osu.Game.Resources/Localisation/Web/PasswordReset.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/PasswordReset.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/PasswordReset.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Paypal/Errors.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Paypal/Errors.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Paypal/Errors.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Paypal/Errors.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/QuickSearch.zh-TW.resx b/osu.Game.Resources/Localisation/Web/QuickSearch.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/QuickSearch.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/QuickSearch.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Rankings.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Rankings.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Rankings.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Rankings.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Report.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Report.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Report.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Report.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Scores.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Scores.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Scores.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Scores.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Sessions.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Sessions.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Sessions.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Sessions.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Sort.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Sort.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Sort.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Sort.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Store.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Store.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Store.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Store.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/SupporterTag.zh-TW.resx b/osu.Game.Resources/Localisation/Web/SupporterTag.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/SupporterTag.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/SupporterTag.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Tournament.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Tournament.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Tournament.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Tournament.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/UserVerification.zh-TW.resx b/osu.Game.Resources/Localisation/Web/UserVerification.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/UserVerification.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/UserVerification.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Users.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Users.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Users.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Users.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Validation.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Validation.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Validation.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Validation.zh-Hant.resx diff --git a/osu.Game.Resources/Localisation/Web/Wiki.zh-TW.resx b/osu.Game.Resources/Localisation/Web/Wiki.zh-Hant.resx similarity index 100% rename from osu.Game.Resources/Localisation/Web/Wiki.zh-TW.resx rename to osu.Game.Resources/Localisation/Web/Wiki.zh-Hant.resx