Adding vue-i18n for string management and translation

This commit is contained in:
jezzahehn 2025-05-13 00:59:13 -04:00
parent 0d98f11e21
commit fd9a752677
2 changed files with 74 additions and 2 deletions

View file

@ -13,7 +13,8 @@
"@types/node": "^22.15.17",
"bulma": "^1.0.4",
"tailwindcss": "^4.1.6",
"vue": "^3.5.13"
"vue": "^3.5.13",
"vue-i18n": "^11.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",