From 74249737d3854f02e95f69ba2eb5d405827f6924 Mon Sep 17 00:00:00 2001 From: Michel EDIGHOFFER Date: Mon, 2 Jan 2023 01:11:15 +0100 Subject: [PATCH] fix(i18n-fr): wrong usage of followers (#688) --- locales/fr-FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/fr-FR.json b/locales/fr-FR.json index 7f2e8163..e41eb33d 100644 --- a/locales/fr-FR.json +++ b/locales/fr-FR.json @@ -18,7 +18,7 @@ "follow_back": "Suivre en retour", "follow_requested": "Abonnement demandé", "followers": "Abonné·e·s", - "followers_count": "{0} abonné·e·s", + "followers_count": "{0} abonné·e|{0} abonné·e|{0} abonné·e·s", "following": "Suivi·e", "following_count": "{0} abonnements", "follows_you": "Vous suit", @@ -154,7 +154,7 @@ "notification": { "favourited_post": "aime votre message", "followed_you": "vous suit", - "followed_you_count": "{n} personnes vous suivent", + "followed_you_count": "{followers} personnes vous suivent|{followers} personne vous suit|{followers} personnes vous suivent", "missing_type": "MISSING notification.type:", "reblogged_post": "a relayé votre message", "request_to_follow": "vous demande de le suivre",