From fdcf8df5189295f446546956e35ee3a3a6775533 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 19 Jun 2026 15:33:59 +0200 Subject: [PATCH] feat(front) : add sidebar i18n labels --- frontend/i18n/locales/fr.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 3b3fbff..5711583 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -296,7 +296,19 @@ } }, "sidebar": { - "myTasks": "Mes tâches" + "myTasks": "Mes tâches", + "general": { + "section": "Gestion de projet", + "dashboard": "Tableau de bord", + "myTasks": "Mes tâches", + "projects": "Projets", + "timeTracking": "Suivi de temps" + }, + "admin": { + "section": "Administration", + "teamAbsences": "Absences équipe", + "administration": "Administration" + } }, "common": { "cancel": "Annuler",