Supported languages updated

This commit is contained in:
nobody 2020-12-24 10:33:34 +01:00
parent 2401bf628a
commit 71586495f6
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ helpers.languageIsFullySupported = function (language) {
supportedLanguages = [
'ar','bg','cs','da','de','el','en','en_CA','en_US','eo','es','et','fi',
'fr','fr_CA','he','hr','hu','id','is','it','ja','kn','ko','lb','lt',
'nb_NO','nl','pl','pt','pt_BR','pt_PT','ro','ru','sl','sr','sv','tl',
'fr','he','hr','hu','id','is','it','ja','kn','ko','lb','lt',
'nb_NO','nl','pl','pt','pt_BR','pt_PT','ro','ru','sr','sv','tl',
'tr','zh_Hans','zh_Hant'
];