Add new languages

This commit is contained in:
Cameron Gutman 2025-04-05 20:29:09 -05:00
commit 4001b05fca
5 changed files with 31 additions and 1 deletions

View file

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