Merge branch 'mark_unread' into 'main'
feat: add ability to mark a room as unread See merge request ChristianPauly/fluffychat-flutter!286
This commit is contained in:
commit
94d4cdbf7a
6 changed files with 73 additions and 44 deletions
|
|
@ -1665,6 +1665,21 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"toggleFavorite": "Toggle Favorite",
|
||||
"@toggleFavorite": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"toggleMuted": "Toggle Muted",
|
||||
"@toggleMuted": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"toggleUnread": "Mark Read/Unread",
|
||||
"@toggleUnread": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"tryToSendAgain": "Try to send again",
|
||||
"@tryToSendAgain": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue