From 8391c723b3a53af89d137cb9a2c22f1a96416e70 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 22 Apr 2022 20:33:07 +0200 Subject: [PATCH] remove unused locales key --- frontend/src/locales/de.json | 6 +----- frontend/src/locales/en.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 8698e39de..8e4890995 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -15,11 +15,7 @@ "oneAnotherNature": "Für Einander, Für alle, Für die Natur" }, "navbar": { - "contact": "Kontakt", - "greatCooperation": "Gute Zusammenarbeit", - "overGradido": "Über Gradido", - "podcast": "Podcast", - "press": "Presse" + "overGradido": "Über Gradido" } }, "back": "Zurück", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 39b96d04f..1c73d47b5 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -15,11 +15,7 @@ "oneAnotherNature": "For One Another, For All, For Nature" }, "navbar": { - "contact": "Contact", - "greatCooperation": "Great Cooperation", - "overGradido": "Over Gradido", - "podcast": "Podcast", - "press": "Press" + "overGradido": "Over Gradido" } }, "back": "Back",