Commit 7a7835fe authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2800 from barryvdh/patch-2

Add fallback_locale to config
parents 28a95624 b5d60260
...@@ -54,6 +54,19 @@ return array( ...@@ -54,6 +54,19 @@ return array(
'locale' => 'en', 'locale' => 'en',
/*
|--------------------------------------------------------------------------
| Application Fallback Locale
|--------------------------------------------------------------------------
|
| The fallback locale determines the locale to use when the current one
| is not available. You may change the value to correspond to any of
| the language folders that are provided through your application.
|
*/
'fallback_locale' => 'en',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Encryption Key | Encryption Key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment