diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop
index d152f3901..82ed0ffe1 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 d70c9561f..71e31eba2 100644
--- a/src/preferences/options_imp.cpp
+++ b/src/preferences/options_imp.cpp
@@ -1179,6 +1179,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 88b38478a..7678f6e3c 100644
--- a/src/webui/html/preferences_content.html
+++ b/src/webui/html/preferences_content.html
@@ -210,6 +210,7 @@
+