Updated dutch language code.

ldap
Cédric Bonhomme 2019-03-14 10:03:29 +01:00
parent 15b0612e1f
commit 451eb75aca
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@ return array(
'index' => 3, 'index' => 3,
'label' => 'Deutsch' 'label' => 'Deutsch'
), ),
'ne' => array( 'nl' => array(
'index' => 4, 'index' => 4,
'label' => 'Nederlands', 'label' => 'Nederlands',
), ),
] ]
*/ */
'activeLanguages' => array('fr','en','de','ne',), 'activeLanguages' => array('fr','en','de','nl',),
'appVersion' => $package_json['version'], 'appVersion' => $package_json['version'],