aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2021-02-12 19:15:42 +0000
committerShpuld Shpludson <shp@cock.li>2021-02-12 19:15:42 +0000
commit7f3fd9ca21b1365f3cc6222c18fe700660dd5881 (patch)
treec424ffa6c2f0950e25f068bee334a87a2a66add1 /src/i18n
parentb2a96417cf95da5e34f2394835f0790911259182 (diff)
parent01275fbac0e28d183e761e656a8e7b1c3b9612e9 (diff)
Merge branch 'multi-choice-poll-wording' into 'develop'
Display 'people voted' instead of 'votes' for multi-answers polls Closes #993 See merge request pleroma/pleroma-fe!1341
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 3946f3cd..46614ef1 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -152,6 +152,8 @@
"add_option": "Add Option",
"option": "Option",
"votes": "votes",
+ "people_voted_count": "{count} person voted | {count} people voted",
+ "votes_count": "{count} vote | {count} votes",
"vote": "Vote",
"type": "Poll type",
"single_choice": "Single choice",