translate a string in the default configuration file
parent
8df7e4676f
commit
6d8385272a
|
@ -33,7 +33,6 @@ return array(
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
||||||
'languages' => [
|
'languages' => [
|
||||||
'fr' => [
|
'fr' => [
|
||||||
'index' => 1,
|
'index' => 1,
|
||||||
|
@ -84,6 +83,6 @@ return array(
|
||||||
|
|
||||||
'monarc' => array(
|
'monarc' => array(
|
||||||
'ttl' => 20, // timeout
|
'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