diff --git a/config/app.php b/config/app.php index 23dffd5..ea0eca8 100644 --- a/config/app.php +++ b/config/app.php @@ -80,7 +80,7 @@ return [ | */ - 'locale' => 'se', + 'locale' => env('APP_LOCALE', 'en'), /* |--------------------------------------------------------------------------