From d8b9062a92859b9166a4702638db73e416a0a052 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 18 Jan 2022 16:31:10 +0100 Subject: [PATCH] add locales for advance-calculation --- frontend/src/locales/de.json | 1 + frontend/src/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 1af76e4df..eb91cfb5d 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -1,5 +1,6 @@ { "admin_area": "Adminbereich", + "advance-calculation":"Vorausberechnung ", "back": "Zurück", "community": { "choose-another-community": "Eine andere Gemeinschaft auswählen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 71ce6f9ef..dbc1658e6 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -1,5 +1,6 @@ { "admin_area": "Admin Area", + "advance-calculation":"Advance calculation", "back": "Back", "community": { "choose-another-community": "Choose another community",