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",