From 2e9dd764fe4e4508b551a64510f451b818afcf3d Mon Sep 17 00:00:00 2001 From: masterElmar <18119527+masterElmar@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:43:37 +0100 Subject: [PATCH] lang:#104 added translation --- frontend/src/i18n/translations/de.json | 3 ++- frontend/src/i18n/translations/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/translations/de.json b/frontend/src/i18n/translations/de.json index a0b7b56..40893af 100644 --- a/frontend/src/i18n/translations/de.json +++ b/frontend/src/i18n/translations/de.json @@ -93,7 +93,8 @@ "from": "", "to": " bis ", "of": " von insgesamt " - } + }, + "eventType": "Ereignistyp" }, "renameModules": { "reminder": "Erinnerung", diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json index e594cbc..5fba29a 100644 --- a/frontend/src/i18n/translations/en.json +++ b/frontend/src/i18n/translations/en.json @@ -93,7 +93,8 @@ "from": "", "to": " to ", "of": " of " - } + }, + "eventType": "event type" }, "renameModules": { "reminder": "reminder",