diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 5dcdbc14c..6433d8857 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -16,6 +16,7 @@ GenericName[hu]=BitTorrent kliens GenericName[it]=Client BitTorrent GenericName[ja]=BitTorrent クライアント GenericName[ko]=비토렌트 클라이언트 +GenericName[lt]=BitTorrent klientas GenericName[nl]=BitTorrent-cliënt GenericName[pl]=Klient BitTorrent GenericName[pt]=Cliente BitTorrent diff --git a/src/preferences/options_imp.cpp b/src/preferences/options_imp.cpp index ace5aa8e0..e45c0160f 100644 --- a/src/preferences/options_imp.cpp +++ b/src/preferences/options_imp.cpp @@ -1193,6 +1193,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const return QString::fromUtf8("Português"); } case QLocale::Polish: return QString::fromUtf8("Polski"); + case QLocale::Lithuanian: return QString::fromUtf8("Lietuvių"); case QLocale::Czech: return QString::fromUtf8("Čeština"); case QLocale::Slovak: return QString::fromUtf8("Slovenčina"); case QLocale::Serbian: return QString::fromUtf8("Српски"); diff --git a/src/webui/html/preferences_content.html b/src/webui/html/preferences_content.html index 749f379a6..f3cd7e8cc 100644 --- a/src/webui/html/preferences_content.html +++ b/src/webui/html/preferences_content.html @@ -211,6 +211,7 @@ +