Use two-letter fallback code
Ugh, I hate this Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
856aee0a72
commit
5251e6787d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'fallback_locale' => 'en-US',
|
'fallback_locale' => env('FALLBACK_APP_LOCALE', 'en'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue