1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:52:55 +08:00

Remove Traditional Chinese (HK) language option

Due to no actual existing translations it was falling back to Simplified
Chinese instead, making the option actively wrong/confusing.
This commit is contained in:
Bartłomiej Dach 2021-06-24 18:31:13 +02:00
parent f3fd0b16f1
commit 4fe30ca923

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