From 5ed7d7cc066ab81744da62e10930751a20207152 Mon Sep 17 00:00:00 2001
From: Paidge <paidge_cs@hotmail.com>
Date: Thu, 9 Jun 2022 11:45:10 +0200
Subject: [PATCH] i18n correction for days

---
 i18n/locales/de.json | 2 +-
 i18n/locales/en.json | 2 +-
 i18n/locales/es.json | 2 +-
 i18n/locales/fr.json | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/i18n/locales/de.json b/i18n/locales/de.json
index c4e5b30..833dafe 100644
--- a/i18n/locales/de.json
+++ b/i18n/locales/de.json
@@ -123,7 +123,7 @@
 	"infos": "Informationen",
 	"inout": "Bei- und Austritte des Vertrauensnetz in den 2 letzten Tagen",
 	"inpreparation": "In Vorbereitung",
-	"jours": "< 24 Stunden | {n} Tagen",
+	"jours": "1 Tag | {n} Tagen",
 	"jours_avant": "< 24h | vor {n} Tagen",
 	"lang": "Wähle deine Sprache",
 	"lexique": "Lexikon",
diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index 94005d3..aabe706 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -124,7 +124,7 @@
 	"infos": "Informations",
 	"inout": "Entries and exits of the web of trust for the last 2 days",
 	"inpreparation": "In preparation",
-	"jours": "< 24h | {n} days",
+	"jours": "1 day | {n} days",
 	"jours_avant": "< 24h | {n} days ago",
 	"lang": "Choose your language",
 	"lexique": "Lexicon",
diff --git a/i18n/locales/es.json b/i18n/locales/es.json
index 9eb7d50..e272c2f 100644
--- a/i18n/locales/es.json
+++ b/i18n/locales/es.json
@@ -124,7 +124,7 @@
 	"infos": "Informaciones",
 	"inout": "Entradas y salidas de la red de confianza en los últimos 2 días",
 	"inpreparation": "En preparación",
-	"jours": "< 24 horas | {n} días",
+	"jours": "1 día | {n} días",
 	"jours_avant": "< 24h | hay {n} días",
 	"lang": "Elige tu idioma",
 	"lexique": "Léxico",
diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json
index 142b23f..14a9267 100644
--- a/i18n/locales/fr.json
+++ b/i18n/locales/fr.json
@@ -124,7 +124,7 @@
 	"infos": "Informations",
 	"inout": "Entrées et sorties de la toile de confiance des 2 derniers jours",
 	"inpreparation": "En préparation",
-	"jours": "< 24h | {n} jours",
+	"jours": "1 jour | {n} jours",
 	"jours_avant": "< 24h | il y a {n} jours",
 	"lang": "Choisissez votre langue",
 	"lexique": "Lexique",
-- 
GitLab