Skip to content

Commit b06ebd0

Browse files
committed
feat(i18n): Add i18n infrastructure and Chinese translations
- Add vue-i18n dependency and i18n plugin - Create English and Chinese translation files (en.json, zh.json) - Add Vuetify Chinese locale support - Configure i18n with fallback locale and locale persistence
1 parent 6e3c12d commit b06ebd0

5 files changed

Lines changed: 7790 additions & 2231 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"vue": "^3.4.21",
8686
"vue-draggable-plus": "^0.2.0-beta.2",
8787
"vue-draggable-resizable": "3.0.0",
88+
"vue-i18n": "9",
8889
"vue-router": "^4.0.14",
8990
"vue-virtual-scroller": "^2.0.0-beta.8",
9091
"vue3-slider": "^1.9.0",

0 commit comments

Comments
 (0)