ajout multilingue

This commit is contained in:
antonin gallon 2026-01-14 17:17:19 +01:00
parent 6e27c1c53b
commit 86c9ad0b93
12 changed files with 53 additions and 6 deletions

View file

@ -53,7 +53,7 @@ return [
],
// Langues
'languages' => false, // Mettre true si multilingue activé
'languages' => true,
// Thumbs
'thumbs' => [
@ -65,5 +65,5 @@ return [
'1200w' => ['width' => 1200]
]
]
]
];
],
];