feat: start working on internationalization
This commit is contained in:
parent
9e09e144b5
commit
7a5b3492e7
17 changed files with 466 additions and 60 deletions
14
package.json
14
package.json
|
@ -6,9 +6,10 @@
|
|||
"scripts": {
|
||||
"start": "vite",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && vite build",
|
||||
"serve": "vite preview",
|
||||
"prepare": "husky"
|
||||
"prepare": "husky",
|
||||
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
@ -25,10 +26,12 @@
|
|||
"typescript": "^5.7.3",
|
||||
"vite": "^6.0.11",
|
||||
"vite-plugin-solid": "^2.11.0",
|
||||
"vite-plugin-wasm": "^3.4.1"
|
||||
"vite-plugin-wasm": "^3.4.1",
|
||||
"@inlang/paraglide-js": "1.11.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@duskflower/signal-decrypt-backup-wasm": "^0.3.0",
|
||||
"@inlang/paraglide-vite": "^1.3.5",
|
||||
"@kobalte/core": "^0.13.7",
|
||||
"@kobalte/tailwindcss": "^0.9.0",
|
||||
"@solid-primitives/refs": "^1.1.0",
|
||||
|
@ -57,6 +60,9 @@
|
|||
"zen-mitt": "^3.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx}": ["biome lint", "biome format"]
|
||||
"*.{ts,tsx}": [
|
||||
"biome lint",
|
||||
"biome format"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue