Add fallback_locale to config

This is implemented in https://github.com/laravel/framework/commit/bf062fee1e0b67b2d646f37a7ef734ea5391c34c
This commit is contained in:
Barry vd. Heuvel
2014-04-03 14:38:52 +02:00
parent a2cb6049c9
commit b5d60260fb
+13
View File
@@ -54,6 +54,19 @@ return array(
'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