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