mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
Refactor: language file
This commit is contained in:
parent
fc491e35d7
commit
01ee294fd4
@ -8,7 +8,6 @@ lerna-debug.log*
|
||||
|
||||
public/
|
||||
data/
|
||||
*.json
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { createI18n } from 'vue-i18n'
|
||||
import zh_cn from "../language/zh_cn"
|
||||
import en_us from "../language/en_us"
|
||||
import zh_cn from "../language/zh_cn.json"
|
||||
import en_us from "../language/en_us.json"
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: 'en_us',
|
||||
|
File diff suppressed because it is too large
Load Diff
1043
src/language/en_us.json
Normal file
1043
src/language/en_us.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1044
src/language/zh_cn.json
Normal file
1044
src/language/zh_cn.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user