Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Default fallback locale should be English
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Verbruggen committed Apr 7, 2016
1 parent f453ea3 commit 8637cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
|
*/

'locale' => env('APP_LOCALE', 'nl'),
'locale' => env('APP_LOCALE', 'en'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 8637cd5

Please sign in to comment.