翻页样式及翻页中文化

This commit is contained in:
2022-07-30 18:10:24 +08:00
parent b7ce725160
commit f305ce42b1
6 changed files with 32 additions and 5 deletions

View File

@ -80,7 +80,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'zh',
/*
|--------------------------------------------------------------------------
@ -93,7 +93,7 @@ return [
|
*/
'fallback_locale' => 'en',
'fallback_locale' => 'zh',
/*
|--------------------------------------------------------------------------
@ -106,7 +106,7 @@ return [
|
*/
'faker_locale' => 'en_US',
'faker_locale' => 'zh_CN',
/*
|--------------------------------------------------------------------------