diff --git a/project.inlang/messages/de.json b/project.inlang/messages/de.json index 1c34a5e..eb96005 100644 --- a/project.inlang/messages/de.json +++ b/project.inlang/messages/de.json @@ -1,6 +1,7 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", "welcome": "Willkommen bei OpenReception", + "home": "Startseite", "poweredBy": "Betrieben mit", "i18n": { "label": "Sprache wählen", diff --git a/project.inlang/messages/en.json b/project.inlang/messages/en.json index 594a899..f828024 100644 --- a/project.inlang/messages/en.json +++ b/project.inlang/messages/en.json @@ -1,6 +1,7 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", "welcome": "Welcome to OpenReception", + "home": "Home", "poweredBy": "Powered by", "i18n": { "label": "Select Language", diff --git a/src/routes/(pages)/login/+page.svelte b/src/routes/(pages)/login/+page.svelte index 63f25ab..b0e1b19 100644 --- a/src/routes/(pages)/login/+page.svelte +++ b/src/routes/(pages)/login/+page.svelte @@ -5,6 +5,8 @@ import { PageWithClaim } from "$lib/components/ui/page"; import LoginForm from "./login-form.svelte"; import type { EventReporter } from "$lib/components/ui/form/form-root.svelte"; + import { Button } from "$lib/components/ui/button"; + import { ROUTES } from "$lib/const/routes"; const { data } = $props(); @@ -26,6 +28,9 @@ + {#snippet left()} + + {/snippet}