mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix New Zealand English display
Signed-off-by: jopejoe1 <34899572+jopejoe1@users.noreply.github.com>
This commit is contained in:
parent
20ba787c00
commit
d1db7a0e23
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ struct Language
|
|||
else if(key == "es_UY") {
|
||||
result = u8"español de Latinoamérica";
|
||||
}
|
||||
else if(key == "en_NZ") {
|
||||
result = u8"New Zealand English"; // No idea why qt translates this to just english and not to New Zealand English
|
||||
}
|
||||
else if(key == "en@pirate") {
|
||||
result = u8"Tongue of the High Seas";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue