From 757b23c81e58cf06717584c777ad991526c7c857 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 20 Mar 2024 14:55:15 +0100 Subject: [PATCH] chore: translate translation sync message in french --- docs/.vitepress/theme/index.mts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/index.mts b/docs/.vitepress/theme/index.mts index c4dc74079..f9bb62241 100644 --- a/docs/.vitepress/theme/index.mts +++ b/docs/.vitepress/theme/index.mts @@ -4,8 +4,7 @@ import TranslationStatus from 'vitepress-translation-helper/ui/TranslationStatus import status from '../translation-status.json' const i18nLabels = { - // TODO: to be translated - fr: 'The translation is synced to the docs on ${date} of which the commit hash is ${hash}.', + fr: 'La traduction est synchronisée avec les docs du ${date} dont le hash du commit est ${hash}.', }