安装默认为中文

This commit is contained in:
TL 2023-02-13 16:47:36 +08:00 committed by Edward Yang
parent 07a9417343
commit f94fb84a80
1 changed files with 1 additions and 1 deletions

View File

@ -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);