Skip to content

Commit 4b478a6

Browse files
committed
feat: i18n
1 parent e07414b commit 4b478a6

File tree

93 files changed

+3898
-2432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3898
-2432
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ yarn-error.log*
4545
# Vitepress
4646
/docs/.vitepress/cache
4747
/docs/.vitepress/dist
48+
.aider*

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,15 @@
5959
"quasar": "^2.16.10",
6060
"register-service-worker": "^1.7.2",
6161
"vue": "^3.5.12",
62-
"vue-i18n": "^9.14.0",
62+
"vue-i18n": "^11.1.1",
6363
"vue-router": "^4.4.0",
6464
"webm-muxer": "^5.0.2",
6565
"zod": "^3.24.1"
6666
},
6767
"devDependencies": {
68-
"@capacitor/assets": "^3.0.5",
6968
"@capacitor/cli": "^7.0.1",
7069
"@intlify/unplugin-vue-i18n": "^2.0.0",
71-
"@quasar/app-vite": "2.0.0-beta.20",
70+
"@quasar/app-vite": "^2.1.0",
7271
"@tauri-apps/cli": "^2.2.7",
7372
"@types/node": "^20.16.1",
7473
"@typescript-eslint/eslint-plugin": "^7.18.0",
@@ -104,4 +103,4 @@
104103
"sharp"
105104
]
106105
}
107-
}
106+
}

0 commit comments

Comments
 (0)