Add NL language in DB
parent
73987aafc0
commit
4f385ad247
|
@ -5,6 +5,7 @@ return array(
|
|||
1 => 'Français',
|
||||
2 => 'English',
|
||||
3 => 'Deutsch'
|
||||
4 => 'Nederlands'
|
||||
],
|
||||
|
||||
'defaultLanguageIndex' => 1,
|
||||
|
@ -23,8 +24,12 @@ return array(
|
|||
'index' => 3,
|
||||
'label' => 'Deutsch'
|
||||
),
|
||||
'ne' => array(
|
||||
'index' => 4,
|
||||
'label' => 'Nederlands',
|
||||
),
|
||||
]
|
||||
*/
|
||||
|
||||
'activeLanguages' => array('fr','en','de',)
|
||||
'activeLanguages' => array('fr','en','de','ne',)
|
||||
);
|
||||
|
|
|
@ -47,6 +47,10 @@ return array(
|
|||
'index' => 3,
|
||||
'label' => 'Deutsch',
|
||||
],
|
||||
'ne' => [
|
||||
'index' => 4,
|
||||
'label' => 'Nederlands',
|
||||
],
|
||||
],
|
||||
|
||||
'defaultLanguageIndex' => 1,
|
||||
|
@ -65,9 +69,13 @@ return array(
|
|||
'index' => 3,
|
||||
'label' => 'Deutsch'
|
||||
),
|
||||
'ne' => array(
|
||||
'index' => 4,
|
||||
'label' => 'Nederlands',
|
||||
),
|
||||
]
|
||||
*/
|
||||
'activeLanguages' => array('fr','en','de',),
|
||||
'activeLanguages' => array('fr','en','de','ne',),
|
||||
|
||||
'monarc' => array(
|
||||
'ttl' => 20, // timeout
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue