Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
ministers
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
ministers
Commits
ff176c31
Commit
ff176c31
authored
Mar 31, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项目相关配置
parent
a45ee0d4
Pipeline
#86
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
i18n.js
src/boot/i18n.js
+0
-4
index.js
src/i18n/index.js
+2
-1
No files found.
src/boot/i18n.js
View file @
ff176c31
import
Vue
from
'vue'
import
VueI18n
from
'vue-i18n'
import
messages
from
'src/i18n'
import
'../../public/static/UE/ueditor.config.js'
import
'../../public/static/UE/ueditor.all.js'
import
'../../public/static/UE/lang/zh-cn/zh-cn.js'
import
'../../public/static/UE/ueditor.parse.min.js'
Vue
.
use
(
VueI18n
)
const
i18n
=
new
VueI18n
({
...
...
src/i18n/index.js
View file @
ff176c31
import
enUS
from
'./en-us'
import
zhCN
from
'./zh-cn'
export
default
{
'en-us'
:
enUS
'en-us'
:
zhCN
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment