From b4fceeb958dda67adf74cdc2feeb6d9b186df704 Mon Sep 17 00:00:00 2001 From: Gabriellvl Date: Fri, 21 Mar 2025 17:56:38 +0100 Subject: [PATCH] fix: duitse vertaling + nl key --- frontend/src/i18n/locale/de.json | 2 +- frontend/src/i18n/locale/nl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 8cea7d80..19b98606 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -16,7 +16,7 @@ "electricity-and-mechanics": "Elektrizität und Mechanik", "nature-and-climate": "Natur und Klima", "agriculture": "Landwirtschaft", - "society": "society", + "society": "Gesellschaft", "math": "Mathematik", "technology": "Technologie", "algorithms": "Algorithmisches Denken" diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 44621c53..0ac2c1a2 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -23,7 +23,7 @@ }, "age-options": { "all": "Alle leeftijden", - "primary": "Lagere school", + "primary-school": "Lagere school", "lower-secondary": "1e graad secundair", "upper-secondary": "2e graad secundair", "high-school": "3e graad secundair",