Update fallback locale to new locale code
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4ee5ba4496
commit
a0553f4c33
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'fallback_locale' => 'en',
|
||||
'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue