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