From e08532eb87167414bb00d348e6f57c0e45e50e16 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Sat, 10 Apr 2021 16:33:16 +0200 Subject: [PATCH] chore(with-react-intl): fix french language translations --- examples/with-react-intl/lang/fr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-react-intl/lang/fr.json b/examples/with-react-intl/lang/fr.json index 27abeef6365de..9f151a3a8bf90 100644 --- a/examples/with-react-intl/lang/fr.json +++ b/examples/with-react-intl/lang/fr.json @@ -1,7 +1,7 @@ { - "AvQcw8": "Un exemple d'application intégrant React Intl avec Next.js", + "AvQcw8": "React Intl Next.js Exemple", "N015Sp": "Bonjour le monde!", "ejEGdx": "Accueil", - "fnfXnF": "À propos de nous", - "g5pX+a": "React Intl Next.js Exemple" + "fnfXnF": "Un exemple d'application intégrant React Intl avec Next.js", + "g5pX+a": "À propos de nous" }