chore: update zh_Hant_HK slug name in language list

Signed-off-by: Ivan Ip <m@lifeho.me>
This commit is contained in:
Ivan Ip 2026-05-18 00:20:31 +08:00
parent de60d804a1
commit eedfae2785
No known key found for this signature in database
GPG key ID: 0AED9D525217CDB0

View file

@ -87,6 +87,8 @@ struct Language {
result = u8"Cute Engwish";
} else if (key == "tok") {
result = u8"toki pona";
} else if (key == "zh_Hant_HK") {
result = u8"繁體中文 (香港)";
} else if (key == "nan") {
result = u8"閩南語"; // Using traditional Chinese script. Not sure if we should use simplified instead?
} else {