mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
Merge branch 'master' of https://github.com/liu21st/think
This commit is contained in:
@@ -59,6 +59,9 @@ class Lang
|
||||
self::$lang[$range] = [];
|
||||
}
|
||||
// 批量定义
|
||||
if(!isset(self::$lang[$range])) {
|
||||
self::$lang[$range] = [];
|
||||
}
|
||||
return self::$lang[$range] = array_merge(self::$lang[$range], array_change_key_case($lang));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user