adds i18n

This commit is contained in:
Christian Beutel
2024-02-29 23:25:16 +01:00
parent 9c3e6852a0
commit 528b443aa7

16
.vscode/tasks.json vendored
View File

@@ -1,16 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"path": "web",
"problemMatcher": [
"$vite"
],
"label": "npm: dev - web",
"detail": "vite dev",
"isBackground": true
}
]
}