From 55d3221e6f8e0eded1480d6cfa1282fa679b1507 Mon Sep 17 00:00:00 2001 From: slsa275 Date: Mon, 16 Jun 2025 15:35:59 +0200 Subject: [PATCH] added translation to NavBar --- 01-frontend/public/locales/de/translation.json | 1 + 01-frontend/public/locales/en/translation.json | 1 + 01-frontend/src/helper/navbar/NavBar.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index 7e8dcd0..1e0d107 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -42,6 +42,7 @@ "lastName": "Nachname", "lightMode": "Zu hellem Modus wechseln", "logout": "Ausloggen", + "menu": "MenĂ¼", "myAccount": "Mein Konto", "myOrders": "Meine Bestellungen", "name": "Name", diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 6b1cf02..c1a821e 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -42,6 +42,7 @@ "lastName": "Last name", "lightMode": "Zu hellem Modus wechseln", "logout": "Logout", + "menu": "Menu", "myAccount": "My Account", "myOrders": "My Orders", "name": "Name", diff --git a/01-frontend/src/helper/navbar/NavBar.tsx b/01-frontend/src/helper/navbar/NavBar.tsx index 05ca617..fb73c94 100644 --- a/01-frontend/src/helper/navbar/NavBar.tsx +++ b/01-frontend/src/helper/navbar/NavBar.tsx @@ -242,7 +242,7 @@ export default function NavBar() {