chore: improve display names of more languages
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
347ae0a9ad
commit
c6d9edb78f
@ -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…
Reference in New Issue
Block a user