diff --git a/assets/l10n/intl_fr.arb b/assets/l10n/intl_fr.arb index 81849caf..a7e8e0c0 100644 --- a/assets/l10n/intl_fr.arb +++ b/assets/l10n/intl_fr.arb @@ -2693,5 +2693,20 @@ "yourStory": "Votre story", "@yourStory": {}, "replyHasBeenSent": "La réponse a été envoyée", - "@replyHasBeenSent": {} + "@replyHasBeenSent": {}, + "storyFrom": "Story du {date} : \n{body}", + "@storyFrom": { + "type": "text", + "placeholders": { + "date": {}, + "body": {} + } + }, + "videoWithSize": "Vidéo ({size})", + "@videoWithSize": { + "type": "text", + "placeholders": { + "size": {} + } + } }