[dyad] Anwendung ins Deutsche übersetzen - wrote 17 file(s)

This commit is contained in:
[dyad]
2026-01-18 17:28:41 +01:00
parent 212d13d5db
commit 26a947c9b7
17 changed files with 135 additions and 129 deletions

View File

@@ -16,8 +16,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Image Web Exporter",
description: "Upload a picture, then export it in a different resolution and format.",
title: "Bild Web Exporter",
description: "Laden Sie ein Bild hoch und exportieren Sie es in einer anderen Auflösung und einem anderen Format.",
};
export default function RootLayout({
@@ -26,7 +26,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="de" suppressHydrationWarning>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>