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

12
site/languages/fr.php Normal file
View file

@ -0,0 +1,12 @@
<?php
return [
'code' => 'fr',
'default' => true,
'direction' => 'ltr',
'locale' => [
'LC_ALL' => 'fr_FR.utf8'
],
'name' => 'Français',
'url' => '/'
];