mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
add es_ES language translated
This commit is contained in:
parent
e10126d2a9
commit
539ade15b8
|
@ -66,6 +66,9 @@ static QString createLanguageItem(const QString &lang)
|
|||
QString country = QLocale::countryToString(locale.country());
|
||||
QString language = QLocale::languageToString(locale.language());
|
||||
|
||||
if (lang == QLatin1String("es_ES")) {
|
||||
return QString::fromUtf8("Castellano");
|
||||
}
|
||||
if (lang == QLatin1String("nqo")) {
|
||||
return QString("N'ko (nqo)");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user