Update translations
- Add RU and ES to resources.qrc and app.pro - Rerun lupdate-pro and lrelease-pro
This commit is contained in:
parent
13206227d9
commit
44229dfe51
14 changed files with 307 additions and 286 deletions
|
|
@ -191,6 +191,10 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
|||
return "zh_cn";
|
||||
case LANG_NB_NO:
|
||||
return "nb_NO";
|
||||
case LANG_RU:
|
||||
return "ru";
|
||||
case LANG_ES:
|
||||
return "es";
|
||||
case LANG_AUTO:
|
||||
default:
|
||||
return QLocale::system().name();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue