Add Lithuanian and rerun lupdate/lrelease

This commit is contained in:
Cameron Gutman 2024-06-29 17:17:45 -05:00
commit 622ec843ff
36 changed files with 846 additions and 836 deletions

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();

View file

@ -92,6 +92,7 @@ public:
LANG_CS,
LANG_HE,
LANG_CKB,
LANG_LT,
};
Q_ENUM(Language);