From 701ed6d989570d518bd9e2b698c26e56c7428ddd Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck Date: Tue, 16 Oct 2018 20:07:06 +0200 Subject: [PATCH] Changed locale to en/English to generalize the config/app.php Changed locale to en/English to generalize the config/app.php --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 510bc063..a5be5cdf 100644 --- a/config/app.php +++ b/config/app.php @@ -78,7 +78,7 @@ | */ - 'locale' => 'nl', + 'locale' => 'en', /* |--------------------------------------------------------------------------