From 8697557259ed48924a956a2834bf7bc313fd9ebc Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 10:03:24 +0200 Subject: [PATCH] style(i18n): update French translations indentation --- src/locales/fr.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/locales/fr.json b/src/locales/fr.json index 5d7c81b..e582c2b 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -40,26 +40,26 @@ }, "slogan": "Conçu pour chercher.", "settings": { - "input": { - "done": { - "title": "Enregistrer la valeur", - "ariaLabel": "Enregistre la valeur saisie" - } - }, - "switch": { - "title": "Basculer la valeur", - "ariaLabel": "Bascule la valeur" - }, - "pages": { - "link": { - "ariaLabel": "Accéder à la page de paramètres {page}" - } - }, - "noSectionSelected": "Aucune section des paramètres n'est sélectionnée.", - "selection": { - "option": { - "ariaLabel": "Sélectionne l'option {option}" - } - } + "input": { + "done": { + "title": "Enregistrer la valeur", + "ariaLabel": "Enregistre la valeur saisie" + } + }, + "switch": { + "title": "Basculer la valeur", + "ariaLabel": "Bascule la valeur" + }, + "pages": { + "link": { + "ariaLabel": "Accéder à la page de paramètres {page}" + } + }, + "noSectionSelected": "Aucune section des paramètres n'est sélectionnée.", + "selection": { + "option": { + "ariaLabel": "Sélectionne l'option {option}" + } + } } } \ No newline at end of file