updated configuration files for Spanish language.

feature/internationalization
Cédric Bonhomme 2021-02-13 01:28:28 +01:00
parent beebe72db0
commit 55660c2941
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 9 additions and 4 deletions

View File

@ -4,8 +4,9 @@ return array(
'languages' => [
1 => 'Français',
2 => 'English',
3 => 'Deutsch'
4 => 'Nederlands'
3 => 'Deutsch',
4 => 'Nederlands',
5 => 'Spanish'
],
'defaultLanguageIndex' => 1,
@ -31,5 +32,5 @@ return array(
]
*/
'activeLanguages' => array('fr','en','de','ne',)
'activeLanguages' => array('fr','en','de','ne','es')
);

View File

@ -51,11 +51,15 @@ return [
'index' => 4,
'label' => 'Nederlands',
],
'es' => [
'index' => 5,
'label' => 'Spanish',
],
],
'defaultLanguageIndex' => 1,
'activeLanguages' => ['fr', 'en', 'de', 'nl',],
'activeLanguages' => ['fr', 'en', 'de', 'nl', 'es'],
'appVersion' => $package_json['version'],