From 7b99050bde702aa05a00511e6675fe3ca0a9d3d2 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sun, 20 Apr 2025 11:28:41 +0200 Subject: [PATCH] fix(frontend): Missende commas --- 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 c43b3a89..73dc7b30 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -103,7 +103,7 @@ "description": "Beschreibung", "no-submission": "keine vorlage", "submission": "Einreichung", - "progress": "Fortschritte" + "progress": "Fortschritte", "created": "erstellt", "remove": "entfernen", "students": "Studenten", diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index bf7f1b2b..dda10a67 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -103,7 +103,7 @@ "description": "Description", "no-submission": "no submission", "submission": "Submission", - "progress": "Progress" + "progress": "Progress", "created": "created", "remove": "remove", "students": "students", diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 834d3475..71389f1e 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -104,7 +104,7 @@ "description": "Description", "no-submission": "aucune soumission", "submission": "Soumission", - "progress": "Progrès" + "progress": "Progrès", "remove": "supprimer", "students": "étudiants", "classJoinRequests": "demandes d'adhésion", diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 1f21a8e9..8cab46f5 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -104,7 +104,7 @@ "description": "Beschrijving", "no-submission": "geen indiening", "submission": "Indiening", - "progress": "Vooruitgang" + "progress": "Vooruitgang", "remove": "verwijder", "students": "studenten", "classJoinRequests": "deelname verzoeken",