mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-16 15:35:52 -04:00
Update TranslationsModel.cpp (#4110)
This commit is contained in:
commit
320cf0b3c2
@ -73,7 +73,7 @@ struct Language {
|
|||||||
if (key == "ja_KANJI") {
|
if (key == "ja_KANJI") {
|
||||||
result = locale.nativeLanguageName() + u8" (漢字)";
|
result = locale.nativeLanguageName() + u8" (漢字)";
|
||||||
} else if (key == "es_UY") {
|
} else if (key == "es_UY") {
|
||||||
result = u8"español de Latinoamérica";
|
result = u8"Español de Latinoamérica";
|
||||||
} else if (key == "en_NZ") {
|
} 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
|
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") {
|
} else if (key == "en@pirate") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user