This commit is contained in:
lifehome 2026-06-26 17:11:26 +05:00 committed by GitHub
commit e1f6d65367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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