From 0f5ecf3845913f9bc62387a7abf1b81b8d040274 Mon Sep 17 00:00:00 2001 From: HachemJ Date: Thu, 30 Jul 2026 09:09:20 -0400 Subject: [PATCH] add missing French translation --- modules/dashboard/locale/dashboard.pot | 3 +++ modules/dashboard/locale/fr/LC_MESSAGES/dashboard.po | 3 +++ modules/dashboard/templates/mytasks.tpl | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/dashboard/locale/dashboard.pot b/modules/dashboard/locale/dashboard.pot index ac510e63ca..a025243e44 100644 --- a/modules/dashboard/locale/dashboard.pot +++ b/modules/dashboard/locale/dashboard.pot @@ -38,3 +38,6 @@ msgstr "" msgid "Last login:" msgstr "" + +msgid "No open tasks for you." +msgstr "" diff --git a/modules/dashboard/locale/fr/LC_MESSAGES/dashboard.po b/modules/dashboard/locale/fr/LC_MESSAGES/dashboard.po index ffe1ac85d6..a9c11ce4c6 100644 --- a/modules/dashboard/locale/fr/LC_MESSAGES/dashboard.po +++ b/modules/dashboard/locale/fr/LC_MESSAGES/dashboard.po @@ -43,3 +43,6 @@ msgstr "Bienvenue, %s!" msgid "Last login:" msgstr "Dernière connexion:" + +msgid "No open tasks for you." +msgstr "Aucune tâche ouverte ne vous est attribuée." diff --git a/modules/dashboard/templates/mytasks.tpl b/modules/dashboard/templates/mytasks.tpl index db0c3875d8..3dadeefd43 100644 --- a/modules/dashboard/templates/mytasks.tpl +++ b/modules/dashboard/templates/mytasks.tpl @@ -16,5 +16,5 @@ {/if} {/foreach} {else} -No open tasks for you. +{dgettext('dashboard', 'No open tasks for you.')} {/if}