-
- Downloads
ADD: i18n support
Showing
- package.json 2 additions, 0 deletionspackage.json
- pnpm-lock.yaml 136 additions, 0 deletionspnpm-lock.yaml
- src/components/GlobalSearch.vue 1 addition, 1 deletionsrc/components/GlobalSearch.vue
- src/components/LocaleSwitcher.vue 36 additions, 0 deletionssrc/components/LocaleSwitcher.vue
- src/components/TopBar.vue 2 additions, 1 deletionsrc/components/TopBar.vue
- src/main.ts 8 additions, 0 deletionssrc/main.ts
- tsconfig.app.json 2 additions, 1 deletiontsconfig.app.json
- vite.config.ts 5 additions, 0 deletionsvite.config.ts
... | ... | @@ -37,12 +37,14 @@ |
"tailwind-merge": "^2.5.5", | ||
"vee-validate": "^4.14.7", | ||
"vue": "^3.5.12", | ||
"vue-i18n": "^11.1.2", | ||
"vue-router": "^4.4.5", | ||
"vue-sonner": "^1.3.0", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^3.11.2", | ||
"@intlify/unplugin-vue-i18n": "^6.0.5", | ||
"@nightwatch/vue": "^3.1.2", | ||
"@tsconfig/node22": "^22.0.0", | ||
"@types/jsdom": "^21.1.7", | ||
... | ... |
src/components/LocaleSwitcher.vue
0 → 100644
Please register or sign in to comment