From 1e74efd2b44fc363d32780dcf37ebb168d76bb78 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sat, 4 Jul 2026 00:20:46 +0000 Subject: [PATCH] feat(core): add address i18n keys (de) --- frontend/src/i18n/locales/de.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index e3a29f2..c5f1007 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -708,5 +708,13 @@ "testConnection": "Verbindung testen", "selectAccountFirst": "Bitte zuerst ein Konto auswählen.", "noEmail": "Keine E-Mail-Adresse" + }, + "address": { + "title": "Adresse", + "street": "Straße", + "city": "Stadt", + "zip": "PLZ", + "country": "Land", + "state": "Bundesland" } -} +} \ No newline at end of file