feat: Implement threads
This commit is contained in:
parent
b5e59d9bb9
commit
380625327a
7 changed files with 166 additions and 21 deletions
|
|
@ -3431,7 +3431,7 @@
|
|||
"addAnswerOption": "Add answer option",
|
||||
"allowMultipleAnswers": "Allow multiple answers",
|
||||
"pollHasBeenEnded": "Poll has been ended",
|
||||
"countVotes": "{count} votes",
|
||||
"countVotes": "{count, plural, =1{One vote} other{{count} votes}}",
|
||||
"@countVotes": {
|
||||
"type": "int",
|
||||
"placeholders": {
|
||||
|
|
@ -3440,5 +3440,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"answersWillBeVisibleWhenPollHasEnded": "Answers will be visible when poll has ended"
|
||||
"answersWillBeVisibleWhenPollHasEnded": "Answers will be visible when poll has ended",
|
||||
"replyInThread": "Reply in thread",
|
||||
"countReplies": "{count, plural, =1{One reply} other{{count} replies}}",
|
||||
"@countReplies": {
|
||||
"type": "int",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"thread": "Thread",
|
||||
"backToMainChat": "Back to main chat"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue