feature:add i18n
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/components/Screenfull/index.vue 1 addition, 1 deletionsrc/components/Screenfull/index.vue
- src/components/SvgIcon/index.vue 11 additions, 1 deletionsrc/components/SvgIcon/index.vue
- src/icons/svg/international.svg 1 addition, 0 deletionssrc/icons/svg/international.svg
- src/icons/svg/language.svg 1 addition, 0 deletionssrc/icons/svg/language.svg
- src/lang/en.js 49 additions, 0 deletionssrc/lang/en.js
- src/lang/index.js 27 additions, 0 deletionssrc/lang/index.js
- src/lang/zh.js 49 additions, 0 deletionssrc/lang/zh.js
- src/main.js 5 additions, 1 deletionsrc/main.js
- src/router/index.js 48 additions, 42 deletionssrc/router/index.js
- src/store/getters.js 1 addition, 0 deletionssrc/store/getters.js
- src/store/modules/app.js 8 additions, 0 deletionssrc/store/modules/app.js
- src/views/i18n/index.vue 107 additions, 0 deletionssrc/views/i18n/index.vue
- src/views/i18n/local.js 36 additions, 0 deletionssrc/views/i18n/local.js
- src/views/layout/components/Navbar.vue 28 additions, 7 deletionssrc/views/layout/components/Navbar.vue
- src/views/layout/components/SidebarItem.vue 8 additions, 3 deletionssrc/views/layout/components/SidebarItem.vue
... | ... | @@ -33,6 +33,7 @@ |
"sortablejs": "1.6.1", | ||
"vue": "2.5.2", | ||
"vue-count-to": "1.0.5", | ||
"vue-i18n": "7.3.2", | ||
"vue-multiselect": "2.0.6", | ||
"vue-router": "3.0.1", | ||
"vue-splitpane": "1.0.0", | ||
... | ... |
src/icons/svg/international.svg
0 → 100644
src/icons/svg/language.svg
0 → 100644
src/lang/en.js
0 → 100644
src/lang/index.js
0 → 100644
src/lang/zh.js
0 → 100644
src/views/i18n/index.vue
0 → 100644
src/views/i18n/local.js
0 → 100644
Please register or sign in to comment