Update fallback locale to new locale code

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-12-20 01:01:59 +00:00
parent 4ee5ba4496
commit a0553f4c33

View file

@ -112,7 +112,7 @@ return [
|
*/
'fallback_locale' => 'en',
'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'),
/*
|--------------------------------------------------------------------------