mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 07:59:20 +00:00
Update & Fix 语言目录格式
This commit is contained in:
@@ -94,7 +94,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'zh-CN'),
|
||||
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'zh_CN'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -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小时未回复工单,系统已自动关闭了您的工单"
|
||||
}
|
||||
}
|
||||
@@ -32,4 +32,4 @@ return [
|
||||
'download' => '下载',
|
||||
'total' => '总计',
|
||||
],
|
||||
];
|
||||
];
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user