From b5d60260fbf7fe1b0592b127dbf4e8082962897f Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 3 Apr 2014 14:38:52 +0200 Subject: [PATCH] Add fallback_locale to config This is implemented in https://github.com/laravel/framework/commit/bf062fee1e0b67b2d646f37a7ef734ea5391c34c --- app/config/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index 8fbc6557..d8990379 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -54,6 +54,19 @@ '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