diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 111908f..113c783 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -33,7 +33,6 @@ return array( ), ), - 'languages' => [ 'fr' => [ 'index' => 1, @@ -84,6 +83,6 @@ return array( 'monarc' => array( 'ttl' => 20, // timeout - 'cliModel' => 'generic', // modèle à afficher pour le client, soit un ID de modèle spéc, soit 'generic' (vide pour tout) + 'cliModel' => 'generic', // model to display for the client, an ID of a specific model or 'generic' (empty for all) ), );