feat: Implement threads

This commit is contained in:
krille-chan 2025-11-04 21:08:45 +01:00
commit 380625327a
No known key found for this signature in database
7 changed files with 166 additions and 21 deletions

View file

@ -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"
}