mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Update TranslationsModel.cpp
Signed-off-by: Cinnamon <rblossom.dev@gmail.com>
This commit is contained in:
parent
5480ce6b44
commit
9ecc11787f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ struct Language {
|
|||
if (key == "ja_KANJI") {
|
||||
result = locale.nativeLanguageName() + u8" (漢字)";
|
||||
} else if (key == "es_UY") {
|
||||
result = u8"español de Latinoamérica";
|
||||
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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue