Skip to content

Commit 892005e

Browse files
committed
Base for localization
1 parent 187e8ab commit 892005e

File tree

11 files changed

+464
-25
lines changed

11 files changed

+464
-25
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010
"script:zip": "powershell scripts/zip.ps1"
1111
},
1212
"dependencies": {
13+
"@intlify/unplugin-vue-i18n": "^0.12.2",
1314
"chart.js": "^4.3.0",
1415
"date-fns": "^2.30.0",
1516
"vue": "^3.2.47",
16-
"vue-chartjs": "^5.2.0"
17+
"vue-chartjs": "^5.2.0",
18+
"vue-i18n": "^9.2.2"
1719
},
1820
"devDependencies": {
1921
"@kyvg/vue3-notification": "^2.9.1",
20-
"@vuepic/vue-datepicker": "^5.3.0",
2122
"@types/webextension-polyfill": "^0.10.0",
2223
"@vitejs/plugin-vue": "^4.0.0",
24+
"@vuepic/vue-datepicker": "^5.3.0",
2325
"typescript": "^5.0.4",
2426
"vite": "^4.1.4",
2527
"vite-plugin-web-extension": "^3.0.0",

0 commit comments

Comments
 (0)