Update & Fix 语言目录格式

This commit is contained in:
兔姬桑
2021-05-04 10:53:35 +08:00
parent 7be0083168
commit a57d7f27f5
12 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ return [
|
*/
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'zh-CN'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'zh_CN'),
/*
|--------------------------------------------------------------------------

View File

@@ -24,4 +24,4 @@
"You are receiving this email because we received a password reset request for your account.": "您收到此电子邮件是因为我们收到了您帐户的密码重设请求。",
"Your email address is not verified.": "您的电子邮件尚未验证通过",
"You have not responded this ticket in :num hours, System has closed your ticket.": "超过:num小时未回复工单系统已自动关闭了您的工单"
}
}

View File

@@ -32,4 +32,4 @@ return [
'download' => '下载',
'total' => '总计',
],
];
];

View File

@@ -41,7 +41,7 @@
<a class="dropdown-item" href="{{route('lang', ['locale' => 'en'])}}" role="menuitem">
<i class="flag-icon flag-icon-gb"></i>
<span style="padding: inherit;">English</span></a>
<a class="dropdown-item" href="{{route('lang', ['locale' => 'zh-CN'])}}" role="menuitem">
<a class="dropdown-item" href="{{route('lang', ['locale' => 'zh_CN'])}}" role="menuitem">
<i class="flag-icon flag-icon-cn"></i>
<span style="padding: inherit;">简体中文</span></a>
</div>

View File

@@ -51,7 +51,7 @@
<a class="dropdown-item" href="{{route('lang', ['locale' => 'en'])}}" role="menuitem">
<i class="flag-icon flag-icon-gb"></i>
<span style="padding: inherit;">English</span></a>
<a class="dropdown-item" href="{{route('lang', ['locale' => 'zh-CN'])}}" role="menuitem">
<a class="dropdown-item" href="{{route('lang', ['locale' => 'zh_CN'])}}" role="menuitem">
<i class="flag-icon flag-icon-cn"></i>
<span style="padding: inherit;">简体中文</span></a>
</div>