Browse Source

更多 i18n

visuddhinanda 10 months ago
parent
commit
4ee49d7b01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api-v8/resources/views/library/index.blade.php

+ 2 - 2
api-v8/resources/views/library/index.blade.php

@@ -1,6 +1,6 @@
 @extends('library.layouts.app')
 
-@section('title', '巴利书库 - 首页')
+@section('title', __('labels.home'))
 
 @section('content')
 <div class="page-body">
@@ -25,7 +25,7 @@
                 </h3>
                 <div class="card-actions">
                     <a href="{{ route('category.show', $data['category']['id']) }}" class="btn btn-primary btn-sm">
-                        更多
+                        {{ __('buttons.more') }}
                         <svg class="icon ms-1" width="24" height="24">
                             <use xlink:href="#tabler-arrow-right"></use>
                         </svg>