mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Integrate Basque translation
This commit is contained in:
@@ -1265,6 +1265,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("中文 (简体)");
|
||||
|
||||
Reference in New Issue
Block a user