Add Lithuanian and rerun lupdate/lrelease
This commit is contained in:
parent
5c18bf1608
commit
622ec843ff
36 changed files with 846 additions and 836 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ public:
|
|||
LANG_CS,
|
||||
LANG_HE,
|
||||
LANG_CKB,
|
||||
LANG_LT,
|
||||
};
|
||||
Q_ENUM(Language);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue