From 2ddf5c459ced347ffba685c8ebba41c1ac335bd4 Mon Sep 17 00:00:00 2001 From: Jasper Date: Fri, 16 May 2014 10:59:19 +0200 Subject: [PATCH] Added support for fallback language --- app/config/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index 510dddfe9..c7932f22d 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -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