安装默认为中文
This commit is contained in:
parent
07a9417343
commit
f94fb84a80
|
|
@ -28,7 +28,7 @@ class WelcomeController extends Controller
|
|||
}
|
||||
|
||||
$data['languages'] = $this->languages;
|
||||
$data['locale'] = $_COOKIE['locale'] ?? 'en';
|
||||
$data['locale'] = $_COOKIE['locale'] ?? 'zh_cn';
|
||||
$data['steps'] = 1;
|
||||
|
||||
return view('installer::welcome', $data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue