feat(i18n): integrate i18next-vue plugin

This commit is contained in:
2026-08-01 21:36:09 +02:00
parent 7fb49131c4
commit 69f214ade3
5 changed files with 30 additions and 8 deletions
+11
View File
@@ -13,6 +13,7 @@
"clsx": "^2.1.1",
"concurrently": "^9.0.1",
"i18next": "^26.3.6",
"i18next-vue": "^5.4.0",
"laravel-vite-plugin": "^3.1",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.1",
@@ -3987,6 +3988,16 @@
}
}
},
"node_modules/i18next-vue": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/i18next-vue/-/i18next-vue-5.4.0.tgz",
"integrity": "sha512-GDj0Xvmis5Xgcvo9gMBJMgJCtewYMLZP6gAEPDDGCMjA+QeB4uS4qUf1MK79mkz/FukhaJdC+nlj0y1qk6NO2Q==",
"license": "MIT",
"peerDependencies": {
"i18next": ">=23",
"vue": "^3.4.38"
}
},
"node_modules/ignore": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",