mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Update fallback locale to new locale code
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4ee5ba4496
commit
a0553f4c33
|
@ -112,7 +112,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'fallback_locale' => 'en',
|
'fallback_locale' => env('FALLBACK_LOCALE', 'en-US'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue