Use two-letter fallback code

Ugh, I hate this

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-06-20 12:58:00 +01:00
parent 856aee0a72
commit 5251e6787d

View file

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