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