diff --git a/messages/en.json b/messages/en.json index 0e7db30..cbd1ac5 100644 --- a/messages/en.json +++ b/messages/en.json @@ -8,6 +8,7 @@ "myLinks": "My links", "myProjects": "My projects", "uses": "Uses", + "hardware": "Hardware", "accessories": "Accessories", "sourceCode": "Source code", "createdAt": "Created at", diff --git a/messages/nb.json b/messages/nb.json index ad2603e..ae228b5 100644 --- a/messages/nb.json +++ b/messages/nb.json @@ -8,6 +8,7 @@ "myLinks": "Mine lenker", "myProjects": "Mine prosjekter", "uses": "Uses", + "hardware": "Maskinvare", "accessories": "Tilbehør", "sourceCode": "Kildekode", "createdAt": "Opprettet", diff --git a/package.json b/package.json index f9d06f8..15708ca 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build", "preview": "astro preview", "astro": "astro", + "type-check": "astro check", "postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide", "format": "prettier --write \"./src/**/*.{js,mjs,ts,astro,svelte,css,md,json}\"", "watch-messages": "paraglide-js compile --watch --project ./project.inlang --outdir ./src/paraglide" diff --git a/src/components/Select.svelte b/src/components/Select.svelte index 87dc6df..a50d0df 100644 --- a/src/components/Select.svelte +++ b/src/components/Select.svelte @@ -1,20 +1,23 @@ +