diff --git a/config/app.php b/config/app.php index d6b52a1deb..5b89f57818 100755 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ return [ | */ - 'locale' => env('APP_LOCALE', 'en_US.UTF-8'), + 'locale' => env('APP_LOCALE', 'en'), /* |--------------------------------------------------------------------------