mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge eedfae2785 into 9c2c641531
This commit is contained in:
commit
e1f6d65367
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