diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-19 18:44:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 18:44:09 +0100 |
commit | 817947c9284fecbe4dd5c0cd82186e5b8a4637e3 (patch) | |
tree | c25cb328d7d89d2cee2bd5f7a7de67856c3de1d7 | |
parent | 29926a59bbba94befdc566efad49976df3c16d9e (diff) | |
parent | d1db7a0e23d90546f6b7ee5d1894fb3c60e41ef7 (diff) | |
download | PrismLauncher-817947c9284fecbe4dd5c0cd82186e5b8a4637e3.tar.gz PrismLauncher-817947c9284fecbe4dd5c0cd82186e5b8a4637e3.tar.bz2 PrismLauncher-817947c9284fecbe4dd5c0cd82186e5b8a4637e3.zip |
Merge pull request #483 from jopejoe1/patch-1
-rw-r--r-- | launcher/translations/TranslationsModel.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/translations/TranslationsModel.cpp b/launcher/translations/TranslationsModel.cpp index 84778d32..38f48296 100644 --- a/launcher/translations/TranslationsModel.cpp +++ b/launcher/translations/TranslationsModel.cpp @@ -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"; } |