增加lang_switch_on配置参数用于是否开启多语言 默认false

This commit is contained in:
thinkphp
2015-12-19 22:55:02 +08:00
parent c5649dbf28
commit 883a55bbcb
2 changed files with 10 additions and 5 deletions

View File

@@ -23,6 +23,8 @@ return [
'var_jsonp_handler' => 'callback',
// 默认时区
'default_timezone' => 'PRC',
// 是否开启多语言
'lang_switch_on' => false,
// +----------------------------------------------------------------------
// | 模块设置