NOISSUE We are using es_UY as latin american spanish
Make it actually say that in the UI.
This commit is contained in:
parent
298564ed71
commit
431d773eec
@ -43,7 +43,9 @@ struct Language
|
||||
QString result;
|
||||
if(key == "ja_KANJI") {
|
||||
result = locale.nativeLanguageName() + u8" (漢字)";
|
||||
qDebug() << result;
|
||||
}
|
||||
else if(key == "es_UY") {
|
||||
result = u8"español de Latinoamérica";
|
||||
}
|
||||
else {
|
||||
result = locale.nativeLanguageName();
|
||||
|
Loading…
Reference in New Issue
Block a user