From 6ecfa48511c42d3447b17b987fa64d5cc5d7f1c7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 21 Nov 2023 11:22:27 +0100 Subject: [PATCH] chore(i18n): add missing translation key Signed-off-by: Thomas Citharel --- src/i18n/en_US.json | 3 ++- src/i18n/fr_FR.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index dbbfe6c9d..c9731af54 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -1629,5 +1629,6 @@ "New announcement": "New announcement", "This announcement will be send to all participants with the statuses selected below. They will not be allowed to reply to your announcement, but they can create a new conversation with you.": "This announcement will be send to all participants with the statuses selected below. They will not be allowed to reply to your announcement, but they can create a new conversation with you.", "The following participants are groups, which means group members are able to reply to this conversation:": "The following participants are groups, which means group members are able to reply to this conversation:", - "Sent to {count} participants": "Sent to no participants|Sent to one participant|Sent to {count} participants" + "Sent to {count} participants": "Sent to no participants|Sent to one participant|Sent to {count} participants", + "There's no announcements yet": "There's no announcements yet" } \ No newline at end of file diff --git a/src/i18n/fr_FR.json b/src/i18n/fr_FR.json index 4141109bc..9f7e51c5d 100644 --- a/src/i18n/fr_FR.json +++ b/src/i18n/fr_FR.json @@ -1623,5 +1623,6 @@ "{username} was invited to {group}": "{username} a été invité à {group}", "{user}'s follow request was accepted": "La demande de suivi de {user} a été acceptée", "{user}'s follow request was rejected": "La demande de suivi de {user} a été rejetée", - "© The OpenStreetMap Contributors": "© Les Contributeur·ices OpenStreetMap" + "© The OpenStreetMap Contributors": "© Les Contributeur·ices OpenStreetMap", + "There's no announcements yet": "Il n'y a encore aucune annonce" }