From bb69656bd7d39faf9778bb16023f13fed52f7b8d Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 24 Jul 2015 08:08:23 -0600 Subject: [PATCH] added base languages config --- system/config/system.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index e594281a7..1a1365a50 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -3,8 +3,14 @@ timezone: '' # Valid values: http://php.net/manual/en/ param_sep: ':' # Parameter separator, use ';' for Apache on windows languages: - translations: true # Enable translations by default supported: [] # List of languages supported. eg: [en, fr, de] + translations: true # Enable translations by default + translation_fallback: true # Fallback through supported translations if active lang doesn't exist + session_store_active: false # Store active language in session + home_redirect: + include_lang: true # Include language in home redirect (/en) + include_route: false # Include route in home redirect (/blog) + home: alias: '/home' # Default path for home, ie /