web: translate web interface completely to English, fix #680

This commit is contained in:
fatedier
2018-05-06 23:39:33 +08:00
parent 178efd67f1
commit 04560c1896
7 changed files with 9217 additions and 10 deletions

9204
web/frps/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
import Vue from 'vue'
import ElementUI from 'element-ui'
import locale from 'element-ui/lib/locale/lang/en'
import 'element-ui/lib/theme-default/index.css'
import './utils/less/custom.less'
@ -7,7 +8,7 @@ import App from './App.vue'
import router from './router'
import 'whatwg-fetch'
Vue.use(ElementUI)
Vue.use(ElementUI, { locale })
Vue.config.productionTip = false
new Vue({