From a79887ab9278749ee653c8cc440a16d153939ba4 Mon Sep 17 00:00:00 2001 From: NicolasGE <42648527+Nicolas-GE@users.noreply.github.com> Date: Thu, 17 Feb 2022 08:13:40 +0100 Subject: [PATCH] updated fr locale (#1194) --- src/translations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations.js b/src/translations.js index f184c1aa50373..875609eac93ce 100644 --- a/src/translations.js +++ b/src/translations.js @@ -65,7 +65,7 @@ const statCardLocales = ({ name, apostrophe }) => { en: "Total Commits", bn: "সর্বমোট Commits", es: "Commits totales", - fr: "Total des validations", + fr: "Total des Commits", hu: "Összes commit", it: "Commit totali", ja: "合計コミット数", @@ -92,7 +92,7 @@ const statCardLocales = ({ name, apostrophe }) => { en: "Total PRs", bn: "সর্বমোট PRs", es: "PRs totales", - fr: "Total des PR", + fr: "Total des PRs", hu: "Összes PR", it: "PR totali", ja: "合計 PR",