From 9708e7314965875aa9d62e2d65a6140ff2aa1a41 Mon Sep 17 00:00:00 2001 From: Thomas Metois Date: Thu, 28 Jul 2016 11:20:16 +0200 Subject: [PATCH] Updating languages settings --- config/autoload/local.php.dist | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index b39d120..603ffb0 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -40,5 +40,28 @@ return array( 3 => 'Deutsch' ], - 'defaultLanguageIndex' => 1 + 'defaultLanguageIndex' => 1, + + /* Link with (ModuleCore) + config['languages'] = [ + 'fr' => array( + 'index' => 1, + 'label' => 'Français' + ), + 'en' => array( + 'index' => 2, + 'label' => 'English' + ), + 'de' => array( + 'index' => 3, + 'label' => 'Deutsch' + ), + ] + */ + 'activeLanguages' => array('fr','en','de',), + + 'monarc' => array( + 'ttl' => 20, // timeout + 'salt' => '', // salt privé pour chiffrement pwd + ), );