feat: add i18n

This commit is contained in:
Cfp
2025-08-14 15:10:48 +02:00
parent 67e5cba264
commit b3f3c4f0b2
13 changed files with 125 additions and 18 deletions

View File

@ -25,7 +25,9 @@
"tw-animate-css": "^1.3.2",
"typescript": "^5.8.3",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^6.3.5"
"vite": "^6.3.5",
"@inlang/paraglide-js": "2.2.0",
"@inlang/cli": "^3.0.0"
},
"private": true,
"scripts": {
@ -33,7 +35,8 @@
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"prepare": "husky"
"prepare": "husky",
"machine-translate": "inlang machine translate --project project.inlang"
},
"type": "module",
"dependencies": {