translate a string in the default configuration file

pull/86/head
Cédric Bonhomme 2017-11-20 08:51:32 +01:00
parent 8df7e4676f
commit 6d8385272a
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 2 deletions

View File

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