From f0b8d2cc9dee996baf79970d0c4e156e0cbdc77e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 29 Mar 2013 15:48:32 -0500 Subject: [PATCH] Added locales configuration. --- app/config/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index ca18595f..ceabe927 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -41,6 +41,19 @@ 'locale' => 'en', + /* + |-------------------------------------------------------------------------- + | Routable Locales + |-------------------------------------------------------------------------- + | + | Here you may list the locales that are "routable" for your application. + | When a request with a URI beginning with one of the locales is sent + | to the application, the "default" locale will be set accordingly. + | + */ + + 'locales' => array(), + /* |-------------------------------------------------------------------------- | Encryption Key