wip: support multilingual configuration
正在显示
... | ... | @@ -22,7 +22,7 @@ |
}, | ||
"dependencies": { | ||
"@iconify/iconify": "^2.0.0-rc.2", | ||
"@vueuse/core": "4.0.0-beta.41", | ||
"@vueuse/core": "4.0.0-rc.3", | ||
"ant-design-vue": "2.0.0-beta.15", | ||
"apexcharts": "3.22.0", | ||
"axios": "^0.21.0", | ||
... | ... | @@ -35,7 +35,7 @@ |
"qrcode": "^1.4.4", | ||
"vditor": "^3.6.2", | ||
"vue": "^3.0.2", | ||
"vue-i18n": "^9.0.0-beta.7", | ||
"vue-i18n": "^9.0.0-beta.8", | ||
"vue-router": "^4.0.0-rc.3", | ||
"vuex": "^4.0.0-rc.1", | ||
"vuex-module-decorators": "^1.0.1", | ||
... | ... | @@ -50,6 +50,7 @@ |
"@purge-icons/generated": "^0.4.1", | ||
"@types/echarts": "^4.9.1", | ||
"@types/fs-extra": "^9.0.4", | ||
"@types/globrex": "^0.1.0", | ||
"@types/koa-static": "^4.0.1", | ||
"@types/lodash-es": "^4.17.3", | ||
"@types/mockjs": "^1.0.3", | ||
... | ... | @@ -68,6 +69,7 @@ |
"conventional-changelog-cli": "^2.1.1", | ||
"conventional-changelog-custom-config": "^0.3.1", | ||
"cross-env": "^7.0.2", | ||
"dot-prop": "^6.0.0", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^7.13.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
... | ... | @@ -75,6 +77,7 @@ |
"eslint-plugin-vue": "^7.1.0", | ||
"esno": "^0.2.4", | ||
"fs-extra": "^9.0.1", | ||
"globrex": "^0.1.2", | ||
"husky": "^4.3.0", | ||
"koa-static": "^5.0.0", | ||
"less": "^3.12.2", | ||
... | ... |
src/hooks/web/useLocale.ts
0 → 100644
src/locales/index.ts
0 → 100644
src/locales/lang/en/system/basic.ts
0 → 100644
src/locales/lang/en/system/login.ts
0 → 100644
src/locales/lang/ru/system/basic.ts
0 → 100644
src/locales/lang/ru/system/login.ts
0 → 100644
src/locales/lang/zhCN/system/basic.ts
0 → 100644
src/locales/lang/zhCN/system/login.ts
0 → 100644
src/locales/types.ts
0 → 100644
src/setup/i18n/index.ts
0 → 100644
请
注册
或者
登录
后发表评论