translate a string in the default configuration file
parent
8df7e4676f
commit
6d8385272a
|
@ -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)
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue