added i18n, english and french for now

This commit is contained in:
2026-01-03 23:01:15 +01:00
parent f71d1ff9ac
commit 53b854d03a
19 changed files with 715 additions and 207 deletions

View File

@@ -10,11 +10,13 @@
"tauri": "tauri"
},
"dependencies": {
"@fluent/bundle": "^0.19.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-store": "~2",
"@tauri-apps/plugin-websocket": "~2",
"fluent-vue": "^3.8.1",
"vue": "^3.5.13",
"vue-router": "^4.6.4"
},
@@ -22,6 +24,7 @@
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.6.2",
"unplugin-fluent-vue": "^1.4.1",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}