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

View file

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