mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
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
|
@ -112,7 +112,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'fallback_locale' => 'en-US',
|
||||
'fallback_locale' => env('FALLBACK_APP_LOCALE', 'en'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue