From b9d461df44f1633a8106529dde4f7facf001a19d Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 12 Mar 2025 21:02:18 +0100 Subject: [PATCH] style: Lowercase keys --- frontend/src/i18n/locale/de.json | 2 +- frontend/src/i18n/locale/en.json | 2 +- frontend/src/i18n/locale/fr.json | 2 +- frontend/src/i18n/locale/nl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 39b5c9b2..a1a699e5 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -1,3 +1,3 @@ { - "Welcome": "Willkommen" + "welcome": "Willkommen" } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 199bbb41..c75bfc5d 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -1,5 +1,5 @@ { - "Welcome": "Welcome", + "welcome": "Welcome", "student": "student", "teacher": "teacher", "assignments": "assignments", diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 8f3c2c59..86fe964d 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -1,3 +1,3 @@ { - "Welcome": "Bienvenue" + "welcome": "Bienvenue" } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 5974a2ac..97ec9b49 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -1,5 +1,5 @@ { - "Welcome": "Welkom", + "welcome": "Welkom", "student": "leerling", "teacher": "leerkracht", "assignments": "opdrachten",