多语言
This commit is contained in:
parent
d387d49da9
commit
979db45a89
|
|
@ -14,7 +14,7 @@ return [
|
|||
'login' => [
|
||||
'index' => '用户登录与注册',
|
||||
'Home' => '首页',
|
||||
'Library' => '登录与注册',
|
||||
'Library' => '个人中心',
|
||||
'Login' => '登录',
|
||||
'Already' => '已经是我们的客户了?',
|
||||
'description' => '已经是我们的客户了?',
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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') }}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue