feat: lang middleware and filament translations
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user