mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: update zh_Hant_HK slug name in language list
Signed-off-by: Ivan Ip <m@lifeho.me>
This commit is contained in:
parent
de60d804a1
commit
eedfae2785
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue