From 079250fcd71c249b0db64a0aa1855b24355aabfe Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 23 Jan 2026 13:53:32 +0100 Subject: [PATCH] Add notification messages for office filling in German and English locales - Added new notification messages for when a political office is filled in both the German and English locale files. - Ensured consistency in messaging across different languages to enhance user experience. --- frontend/src/i18n/locales/de/falukant.json | 1 + frontend/src/i18n/locales/en/falukant.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/i18n/locales/de/falukant.json b/frontend/src/i18n/locales/de/falukant.json index 29db5b5..e4accf4 100644 --- a/frontend/src/i18n/locales/de/falukant.json +++ b/frontend/src/i18n/locales/de/falukant.json @@ -32,6 +32,7 @@ }, "notifications": { "notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.", + "notify_office_filled": "Ein politisches Amt wurde neu besetzt.", "production": { "overproduction": "Überproduktion: Deine Produktion liegt {value} Einheiten über dem Bedarf{branch_info}." }, diff --git a/frontend/src/i18n/locales/en/falukant.json b/frontend/src/i18n/locales/en/falukant.json index 082fbe4..22898c1 100644 --- a/frontend/src/i18n/locales/en/falukant.json +++ b/frontend/src/i18n/locales/en/falukant.json @@ -18,6 +18,7 @@ }, "notifications": { "notify_election_created": "A new election has been scheduled.", + "notify_office_filled": "A political office has been filled.", "production": { "overproduction": "Overproduction: your production is {value} units above demand{branch_info}." },