Merge branch 'nl-language' of github.com:monarc-project/MonarcAppFO into nl-language

pull/39/head
Cédric Bonhomme 2017-09-29 14:16:38 +02:00
commit 202aa855b9
3 changed files with 15 additions and 2 deletions

View File

@ -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',)
); );

View File

@ -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.