From dddbec268255c41b7ea786bdddc02dfeb7d66fbd Mon Sep 17 00:00:00 2001 From: Jonas Voisard <42370203+peufo@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:22:39 +0100 Subject: [PATCH] fix: translation of "or" -> "ou" in french (#2047) ## Description Fixed a wrong translation - I have read and understand the CONTRIBUTING.md document in this repository ## Type of change - fix of tiny error of translation --- src/translations/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/fr.json b/src/translations/fr.json index 851d5cc45b..8cbcf1b2d6 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -185,7 +185,7 @@ "notFound": "Pas trouvé", "nothingFound": "Rien n'a été trouvé", "of": "de", - "or": "ni", + "or": "ou", "order": "Ordre", "pageNotFound": "Page non trouvée", "password": "Mot de passe",