1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 05:52:55 +08:00

Merge pull request #13651 from bdach/remove-zh-hk

Remove Traditional Chinese (HK) language option due to no actual existing translations
This commit is contained in:
Dean Herbert 2021-06-25 02:30:45 +09:00 committed by GitHub
commit 45304c3524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,8 +103,11 @@ namespace osu.Game.Localisation
[Description(@"简体中文")]
zh,
[Description(@"繁體中文(香港)")]
zh_hk,
// Traditional Chinese (Hong Kong) is listed in web sources but has no associated localisations,
// and was wrongly falling back to Simplified Chinese.
// Can be revisited if localisations ever arrive.
// [Description(@"繁體中文(香港)")]
// zh_hk,
[Description(@"繁體中文(台灣)")]
zh_tw