rollback config

pull/1/head
Jerome De Almeida 2017-01-04 15:34:24 +01:00
parent d98655c746
commit 99113d5c76
3 changed files with 12 additions and 14 deletions

View File

@ -2,18 +2,9 @@
return [
'languages' => [
'fr' => [
'index' => 1,
'label' => 'Français',
],
'en' => [
'index' => 2,
'label' => 'English',
],
'de' => [
'index' => 3,
'label' => 'Deutsch',
],
1 => 'Français',
2 => 'English',
3 => 'Deutsch'
],
'defaultLanguageIndex' => 2
];

View File

@ -25,7 +25,7 @@ return array(
'host' => 'localhost',
'port' => 3306,
'user' => 'user',
'password' => 'password',
'password' => '',
'dbname' => 'monarc_common',
'charset' => 'utf8',
'driverOptions' => array(
@ -39,7 +39,7 @@ return array(
'host' => 'localhost',
'port' => 3306,
'user' => 'root',
'password' => 'password',
'password' => '',
'dbname' => 'monarc_cli',
'charset' => 'utf8',
'driverOptions' => array(

View File

@ -33,6 +33,13 @@ return array(
),
),
'languages' => [
1 => 'Français',
2 => 'English',
3 => 'Deutsch'
],
'defaultLanguageIndex' => 2,
/* Link with (ModuleCore)
config['languages'] = [
'fr' => array(