多语言

This commit is contained in:
sl 2022-08-18 09:08:50 +08:00
parent d387d49da9
commit 979db45a89
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ return [
'login' => [
'index' => '用户登录与注册',
'Home' => '首页',
'Library' => '登录与注册',
'Library' => '个人中心',
'Login' => '登录',
'Already' => '已经是我们的客户了?',
'description' => '已经是我们的客户了?',

View File

@ -26,7 +26,7 @@
@if (0)
<div class="card mb-4 account-card">
<div class="card-header d-flex justify-content-between align-items-center">
<h5 class="card-title">个人中心</h5>
<h5 class="card-title">{{ __('shop/account.index') }}</h5>
<a href="{{ shop_route('account.edit.index') }}" class="text-muted">修改信息</a>
</div>
<div class="card-body">

View File

@ -7,7 +7,7 @@
</div>
<nav class="list-group account-links">
<a class="list-group-item d-flex justify-content-between align-items-center active" href="{{ shop_route('account.index') }}">
<span>个人中心</span></a>
<span>{{ __('shop/account.index') }}</span></a>
<a class="list-group-item d-flex justify-content-between align-items-center" href="{{ shop_route('account.edit.index') }}">
<span>修改个人信息</span></a>
<a class="list-group-item d-flex justify-content-between align-items-center" href="{{ shop_route('account.order.index') }}">