Add new languages
This commit is contained in:
parent
75e917622e
commit
4001b05fca
5 changed files with 31 additions and 1 deletions
|
|
@ -299,6 +299,12 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
|||
return "lt";
|
||||
case LANG_ET:
|
||||
return "et";
|
||||
case LANG_BG:
|
||||
return "bg";
|
||||
case LANG_EO:
|
||||
return "eo";
|
||||
case LANG_TA:
|
||||
return "ta";
|
||||
case LANG_AUTO:
|
||||
default:
|
||||
return QLocale::system().name();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue