From bd24714d61668ea18c24f85105e9517ce13ad2b8 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 21 Mar 2021 17:08:31 +0900 Subject: [PATCH] New translations translation.json (French) --- src/config/locales/fr/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index 905a06d8..51c3c12b 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -501,6 +501,10 @@ "status": { "title": "Status", "body": "{{username}} just posted" + }, + "poll_vote": { + "title": "PollVote", + "body": "{{username}} voted your poll" } } }