Merge pull request #483 from jopejoe1/patch-1

This commit is contained in:
Sefa Eyeoglu
2022-11-19 18:44:09 +01:00
committed by GitHub

View File

@ -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";
}