feat: add i18n support

This commit is contained in:
Sebin Nyshkim 2023-03-25 02:01:36 +01:00
parent 8e04a3430a
commit c258de84a2
2 changed files with 129 additions and 0 deletions

View file

@ -11,6 +11,7 @@
},
"dependencies": {
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {