Add option to auto-select the language

This commit is contained in:
Kijin Sung 2016-03-06 14:50:55 +09:00
parent a1fc0e3c3b
commit 96154c8430
7 changed files with 45 additions and 10 deletions

View file

@ -38,6 +38,7 @@ return array(
'locale' => array(
'default_lang' => 'ko',
'enabled_lang' => array('ko'),
'auto_select_lang' => false,
'default_timezone' => 'Asia/Seoul',
'internal_timezone' => 32400,
),