Skip to content

Commit

Permalink
feat: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-advokate committed Sep 14, 2024
1 parent f48c94f commit 28f399a
Show file tree
Hide file tree
Showing 8 changed files with 604 additions and 549 deletions.
5 changes: 5 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
Expand Down Expand Up @@ -75,6 +76,7 @@ declare global {
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
const provide: typeof import('vue')['provide']
const provideLocal: typeof import('@vueuse/core')['provideLocal']
Expand Down Expand Up @@ -188,6 +190,7 @@ declare global {
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
const useHead: typeof import('@vueuse/head')['useHead']
const useI18n: typeof import('vue-i18n')['useI18n']
const useId: typeof import('vue')['useId']
const useIdle: typeof import('@vueuse/core')['useIdle']
const useImage: typeof import('@vueuse/core')['useImage']
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
Expand All @@ -204,6 +207,7 @@ declare global {
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
const useMemoize: typeof import('@vueuse/core')['useMemoize']
const useMemory: typeof import('@vueuse/core')['useMemory']
const useModel: typeof import('vue')['useModel']
const useMounted: typeof import('@vueuse/core')['useMounted']
const useMouse: typeof import('@vueuse/core')['useMouse']
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
Expand Down Expand Up @@ -252,6 +256,7 @@ declare global {
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
const useSupported: typeof import('@vueuse/core')['useSupported']
const useSwipe: typeof import('@vueuse/core')['useSwipe']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
Expand Down
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ declare module 'vue' {
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"axios-mock-adapter": "^2.0.0",
"bpmn-js": "^17.9.2",
"bpmn-js": "^17.11.0",
"bpmn-js-element-templates": "^1.16.0",
"bpmn-js-properties-panel": "^5.23.0",
"bpmn-js-properties-panel": "^5.23.2",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-moddle": "^7.0.1",
"core-js": "^3.38.1",
Expand All @@ -80,7 +80,7 @@
"echarts": "^5.5.1",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-plus": "^2.8.2",
"element-plus": "^2.8.3",
"exceljs": "^4.4.0",
"heic2any": "^0.0.4",
"html2canvas": "^1.4.1",
Expand All @@ -96,24 +96,24 @@
"qrcode.vue": "^3.4.1",
"qs": "^6.13.0",
"screenfull": "^6.0.2",
"swiper": "^11.1.12",
"swiper": "^11.1.14",
"three": "^0.164.1",
"ua-parser-js": "^1.0.38",
"vant": "^4.9.5",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vue-router": "^4.4.5",
"vue-treeselect": "^1.0.7",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/format": "^19.3.0",
"@commitlint/types": "^19.0.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/format": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@eslint/js": "^9.10.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@types/bpmn-moddle": "^5.1.11",
Expand All @@ -124,10 +124,10 @@
"@types/qs": "^6.9.15",
"@types/three": "^0.164.1",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.4",
"@vue/compiler-sfc": "^3.5.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.23.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
Expand All @@ -138,7 +138,7 @@
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"http-server": "^14.1.1",
"husky": "^9.1.5",
"husky": "^9.1.6",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.2.10",
Expand All @@ -158,15 +158,15 @@
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.5.1",
"stylelint-scss": "^6.6.0",
"terser": "^5.32.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-define-options": "^1.4.10",
"vite": "^5.4.3",
"unplugin-vue-define-options": "^1.5.0",
"vite": "^5.4.5",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-compression2": "^1.3.0",
Expand Down
Loading

0 comments on commit 28f399a

Please sign in to comment.