feat: add i18n
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user