From baab758377e117a86c3273dd1d6e03e66b02dc8b Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 30 Nov 2013 17:30:02 -0500 Subject: [PATCH] Fixed language support --- app/config/app.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index 01f8270ada..88e396141b 100755 --- a/app/config/app.php +++ b/app/config/app.php @@ -15,6 +15,18 @@ return array( 'timezone' => 'UTC', + /* + |-------------------------------------------------------------------------- + | Application Locale + |-------------------------------------------------------------------------- + | + | This locale ties into the languaage files in app/lang, which contain the + | language files for each translation. + | + */ + + 'locale' => 'en', + /* |-------------------------------------------------------------------------- | Application Debug Mode