Update translations

- Add RU and ES to resources.qrc and app.pro
- Rerun lupdate-pro and lrelease-pro
This commit is contained in:
Cameron Gutman 2021-04-04 10:25:06 -05:00
commit 44229dfe51
14 changed files with 307 additions and 286 deletions

View file

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