From a09220b881d5f28fcae1abfa1f8585031c9fe4e0 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Tue, 23 Dec 2025 14:37:33 +0100 Subject: [PATCH] Add translations for reputation action school funding in German and English locales --- frontend/src/i18n/locales/de/falukant.json | 3 +++ frontend/src/i18n/locales/en/falukant.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/i18n/locales/de/falukant.json b/frontend/src/i18n/locales/de/falukant.json index fc1d3c3..92be7b8 100644 --- a/frontend/src/i18n/locales/de/falukant.json +++ b/frontend/src/i18n/locales/de/falukant.json @@ -602,6 +602,9 @@ "new nobility title": "Neuer Adelstitel", "partyOrder": "Fest bestellt", "renovation_all": "Haus komplett renoviert", + "reputationAction": { + "school_funding": "Sozialstatus: Schule/Lehrstuhl finanziert" + }, "health": { "pill": "Gesundheitsmaßnahme: Tablette", "doctor": "Gesundheitsmaßnahme: Arztbesuch", diff --git a/frontend/src/i18n/locales/en/falukant.json b/frontend/src/i18n/locales/en/falukant.json index 5ef1a1d..81ff5c2 100644 --- a/frontend/src/i18n/locales/en/falukant.json +++ b/frontend/src/i18n/locales/en/falukant.json @@ -141,6 +141,9 @@ "new nobility title": "New title of nobility", "partyOrder": "Party ordered", "renovation_all": "House fully renovated", + "reputationAction": { + "school_funding": "Social status: funded a school/chair" + }, "health": { "pill": "Health measure: pill", "doctor": "Health measure: doctor",