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

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