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