From cbeb0ba2f6b21e5bb00bd33908aa1b4f1fe2c2e8 Mon Sep 17 00:00:00 2001 From: Christophe Porteneuve Date: Wed, 20 Sep 2023 01:31:41 +0200 Subject: [PATCH] Add French to fully-translated languages (#6305) --- src/components/Seo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index d4f037128..d7b20cc99 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -21,6 +21,7 @@ const deployedTranslations = [ 'en', 'zh-hans', 'es', + 'fr', // We'll add more languages when they have enough content. // Please DO NOT edit this list without a discussion in the reactjs/react.dev repo. // It must be the same between all translations.