Add Central Kurdish language (disabled until it's completed)

This commit is contained in:
Cameron Gutman 2024-04-30 22:35:04 -05:00
commit cb850f013a
5 changed files with 11 additions and 1 deletions

View file

@ -287,6 +287,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
return "cs";
case LANG_HE:
return "he";
case LANG_CKB:
return "ckb";
case LANG_AUTO:
default:
return QLocale::system().name();