översättning

This commit is contained in:
Kruille 2026-02-23 22:10:01 +01:00
parent 0dc3d05c68
commit 378f7fbf2a
2 changed files with 9 additions and 9 deletions

View file

@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Vbytes LAN Registration",
description: "Register for the upcoming Vbytes LAN event.",
title: "Vbytes LAN-anmälan",
description: "Anmäl dig till kommande LAN-evenemang hos Vbytes.",
};
export default function RootLayout({
@ -24,7 +24,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<html lang="sv">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
@ -50,11 +50,11 @@ export default function RootLayout({
{children}
<noscript>
<p>
<img
referrerPolicy="no-referrer-when-downgrade"
src="https://analytics.vbytes.se/matomo.php?idsite=27&amp;rec=1"
style={{ border: 0 }}
alt=""
<img
referrerPolicy="no-referrer-when-downgrade"
src="https://analytics.vbytes.se/matomo.php?idsite=27&amp;rec=1"
style={{ border: 0 }}
alt=""
/>
</p>
</noscript>

View file

@ -165,7 +165,7 @@ export default function LandingPage() {
Bli Funktionär
</Link>
</div>
<p>© 2026 Vbytes Gaming. All rights reserved.</p>
<p>© 2026 Vbytes Gaming. Alla rättigheter förbehållna.</p>
</footer>
</div>
);