mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge pull request #474 from Scrumplex/translations-maybe2
This commit is contained in:
commit
20ba787c00
1 changed files with 6 additions and 0 deletions
|
|
@ -89,6 +89,12 @@ struct Language
|
|||
else if(key == "en@uwu") {
|
||||
result = u8"Cute Engwish";
|
||||
}
|
||||
else if(key == "tok") {
|
||||
result = u8"toki pona";
|
||||
}
|
||||
else if(key == "nan") {
|
||||
result = u8"閩南語"; // Using traditional Chinese script. Not sure if we should use simplified instead?
|
||||
}
|
||||
else {
|
||||
result = locale.nativeLanguageName();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue