From b3c4692164b19381659658dd8f3d4ad951c2cab7 Mon Sep 17 00:00:00 2001 From: Karson Date: Fri, 27 May 2022 15:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E9=87=8A=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 68c19c1d..19c16fbe 100755 --- a/application/config.php +++ b/application/config.php @@ -47,7 +47,7 @@ return [ 'default_filter' => '', // 默认语言 'default_lang' => 'zh-cn', - // 默认语言 + // 允许的语言列表 'allow_lang_list' => ['zh-cn', 'en'], // 应用类库后缀 'class_suffix' => false,