From 4c1c4f7286b25b8b6d092f23daf739b781fa12b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stef=20Oss=C3=A9?= Date: Thu, 23 May 2024 11:39:22 +0200 Subject: [PATCH] bug fixes + i18n visible and archived --- frontend/public/locales/en/translation.json | 2 ++ frontend/public/locales/nl/translation.json | 2 ++ frontend/src/components/ProjectTeacherComponent.tsx | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en/translation.json b/frontend/public/locales/en/translation.json index 9b3a1eb6..a20b7d12 100644 --- a/frontend/public/locales/en/translation.json +++ b/frontend/public/locales/en/translation.json @@ -53,6 +53,8 @@ "title": "Create project", "success": "Your project has been successfully saved.", "failed": "Something went wrong while saving your project. Please try again.", + "archived": "Archived:", + "visible": "Visible:", "name": { "tag": "Project name:", "placeholder": "Enter a name" diff --git a/frontend/public/locales/nl/translation.json b/frontend/public/locales/nl/translation.json index 34abc255..99c237f1 100644 --- a/frontend/public/locales/nl/translation.json +++ b/frontend/public/locales/nl/translation.json @@ -53,6 +53,8 @@ "title": "Maak een project aan", "success": "Uw project is succesvol opgeslagen.", "failed": "Er is iets fout gegaan tijdens het opslaan van uw project. Probeer het opnieuw.", + "archived": "Gearchiveerd:", + "visible": "Zichtbaar:", "name": { "tag": "Projectnaam:", "placeholder": "Voer een naam in" diff --git a/frontend/src/components/ProjectTeacherComponent.tsx b/frontend/src/components/ProjectTeacherComponent.tsx index a12b3b78..47f22d7d 100644 --- a/frontend/src/components/ProjectTeacherComponent.tsx +++ b/frontend/src/components/ProjectTeacherComponent.tsx @@ -378,7 +378,7 @@ export function ProjectTeacherComponent(props: { {/* VISIBLE FIELD*/}
- {/* TODO: Translation*/} +
- {/* TODO: Translation*/} +