Add Lithuanian and rerun lupdate/lrelease

This commit is contained in:
Cameron Gutman
2024-06-29 17:17:45 -05:00
parent 5c18bf1608
commit 622ec843ff
36 changed files with 846 additions and 836 deletions
+2
View File
@@ -289,6 +289,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
return "he";
case LANG_CKB:
return "ckb";
case LANG_LT:
return "lt";
case LANG_AUTO:
default:
return QLocale::system().name();
+1
View File
@@ -92,6 +92,7 @@ public:
LANG_CS,
LANG_HE,
LANG_CKB,
LANG_LT,
};
Q_ENUM(Language);