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
This commit is contained in:
commit
7f3fd9ca21
3 changed files with 10 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue