From b99d501e30a058d6237337650ec74430dbe27dc9 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:38:43 -0700 Subject: [PATCH 1/2] Add missing feedback section in french The feedback section was missing at the bottom of fr.toml. This change adds it. Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- i18n/fr.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/i18n/fr.toml b/i18n/fr.toml index 035f0e9313..b274affa18 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -77,3 +77,14 @@ other = "Si vous voulez vous impliquer davantage en contribuant à {{ .Site.Titl other = "Vous pouvez trouver comment contribuer à {{ .Site.Title }} dans nos" [community_guideline] other = "Règles de contribution" + +# Feedback +[feedback_title] +other = "Feedback" +[feedback_question] +other = "Cette page est elle utile?" +[feedback_positive] +other = "Oui" +[feedback_negative] +other = "Non" + From a62867899045c57430f436987a34f1422eaab89e Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:22:51 -0700 Subject: [PATCH 2/2] Update i18n/fr.toml Co-authored-by: Pierre HILBERT --- i18n/fr.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/fr.toml b/i18n/fr.toml index b274affa18..b2e6a3c997 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -82,7 +82,7 @@ other = "Règles de contribution" [feedback_title] other = "Feedback" [feedback_question] -other = "Cette page est elle utile?" +other = "Cette page est-elle utile?" [feedback_positive] other = "Oui" [feedback_negative]