Extract some texts as i18n at home page
This commit is contained in:
parent
9f93aca8a1
commit
9d2990389d
|
|
@ -1,4 +1,6 @@
|
|||
features:
|
||||
index: Features
|
||||
|
||||
first:
|
||||
icon: fa-users
|
||||
name: Multi Player
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
features:
|
||||
title: 优势
|
||||
|
||||
first:
|
||||
icon: fa-users
|
||||
name: 多角色
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
<div id="intro">
|
||||
<div class="container">
|
||||
<div class="row text-center">
|
||||
<h1>Features</h1>
|
||||
<h1>{!! trans('index.features.title') !!}</h1>
|
||||
<br>
|
||||
<br>
|
||||
<div class="col-lg-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user