From 0cb974fcf7e86ad533aa3fe7574956252e7e337a Mon Sep 17 00:00:00 2001 From: Michel EDIGHOFFER Date: Tue, 10 Jan 2023 23:18:52 +0100 Subject: [PATCH] fix: just now french translation (#951) --- locales/fr-FR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/fr-FR.json b/locales/fr-FR.json index 362dd1b5..12daef94 100644 --- a/locales/fr-FR.json +++ b/locales/fr-FR.json @@ -399,7 +399,7 @@ "day_past": "il y a 0 jour|hier|il y a {n} jours", "hour_future": "dans 0 heure|dans 1 heure|dans {n} heures", "hour_past": "il y a 0 heure|il y a 1 heure|il y a {n} heures", - "just_now": "juste maintenant", + "just_now": "à l'instant", "minute_future": "dans 0 minutes|dans 1 minute|dans {n} minutes", "minute_past": "il y a 0 minute|il y a 1 minute|il y a {n} minutes", "month_future": "dans 0 mois|le mois prochain|dans {n} mois",