feat: lang middleware and filament translations

This commit is contained in:
2026-05-21 14:57:52 +02:00
parent f24999d7fb
commit 52a2104fdf
16 changed files with 316 additions and 95 deletions
+2
View File
@@ -80,6 +80,8 @@ return [
'locale' => env('APP_LOCALE', 'fr'),
'supported_locales' => ['fr', 'en'],
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),