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