nåt slags paraglide proof of concept

This commit is contained in:
botvid johansson 2025-02-06 22:56:29 +01:00
parent 2b6080ba7e
commit 454d1dff1c
3 changed files with 10 additions and 3 deletions

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"inlang.vs-code-extension"
]
}

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://inlang.com/schema/inlang-message-format", "$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from sv!" "hello_world": "Hello, {name} from sv!",
"stt": "skrivtolkning"
} }

View File

@ -49,10 +49,11 @@
"typescript-eslint": "^8.20.0", "typescript-eslint": "^8.20.0",
"vite": "^6.0.0", "vite": "^6.0.0",
"vitest": "^3.0.0", "vitest": "^3.0.0",
"zod": "^3.24.1" "zod": "^3.24.1",
"@inlang/paraglide-js": "1.11.8"
}, },
"dependencies": { "dependencies": {
"@inlang/paraglide-sveltekit": "^0.15.5", "@inlang/paraglide-sveltekit": "0.15.5",
"@libsql/client": "^0.14.0", "@libsql/client": "^0.14.0",
"@node-rs/argon2": "^2.0.2", "@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1", "@oslojs/crypto": "^1.0.1",