Integrate Basque translation

This commit is contained in:
Christophe Dumez
2012-03-07 08:12:14 -08:00
parent 91bfe3585c
commit ede004148f
7 changed files with 5297 additions and 1 deletions

View File

@@ -1276,6 +1276,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
case QLocale::Arabic: return QString::fromUtf8("عربي");
case QLocale::Georgian: return QString::fromUtf8("ქართული");
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
case QLocale::Basque: return QString::fromUtf8("Euskara");
case QLocale::Chinese: {
if(country == "cn")
return QString::fromUtf8("中文 (简体)");