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