mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Merge pull request #354 from Scrumplex/translations-maybe
Improve display names of certain languages
This commit is contained in:
commit
c8adc4e356
1 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,12 @@ struct Language
|
|||
else if(key == "es_UY") {
|
||||
result = u8"español de Latinoamérica";
|
||||
}
|
||||
else if(key == "en@pirate") {
|
||||
result = u8"Tongue of the High Seas";
|
||||
}
|
||||
else if(key == "en@uwu") {
|
||||
result = u8"Cute Engwish";
|
||||
}
|
||||
else {
|
||||
result = locale.nativeLanguageName();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue