Integrate new languages from Weblate
This commit is contained in:
parent
cd6ba554a4
commit
93ee51cabb
34 changed files with 1370 additions and 1245 deletions
|
|
@ -215,6 +215,16 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
|||
return "uk";
|
||||
case LANG_ZH_HANT:
|
||||
return "zh_Hant";
|
||||
case LANG_PT:
|
||||
return "pt";
|
||||
case LANG_PT_BR:
|
||||
return "pt_BR";
|
||||
case LANG_EL:
|
||||
return "el";
|
||||
case LANG_IT:
|
||||
return "it";
|
||||
case LANG_HI:
|
||||
return "hi";
|
||||
case LANG_AUTO:
|
||||
default:
|
||||
return QLocale::system().name();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue