Skip to content

Commit

Permalink
Merge pull request #483 from jopejoe1/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex committed Nov 19, 2022
2 parents 29926a5 + d1db7a0 commit 817947c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launcher/translations/TranslationsModel.cpp
Expand Up @@ -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";
}
Expand Down

0 comments on commit 817947c

Please sign in to comment.