From f342734c9130cb2e20b089654bdef80cc6325cfd Mon Sep 17 00:00:00 2001 From: Axios Date: Mon, 10 Apr 2017 13:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Lang.php b/library/think/Lang.php index ab7b3870..087661dd 100644 --- a/library/think/Lang.php +++ b/library/think/Lang.php @@ -25,7 +25,7 @@ class Lang protected static $langCookieExpire = 3600; // 允许语言列表 protected static $allowLangList = []; - + // Accept-Language转义为对应语言包名称 系统默认配置 private static $acceptLanguage = ['zh-hans-cn'=>'zh-cn']; // 设定当前的语言