Add ability to render null-rejoins in Timeline and MELS
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1c7af38d83
commit
f3641eaa32
3 changed files with 14 additions and 4 deletions
|
@ -194,6 +194,7 @@
|
|||
"%(senderName)s removed their profile picture.": "%(senderName)s removed their profile picture.",
|
||||
"%(senderName)s changed their profile picture.": "%(senderName)s changed their profile picture.",
|
||||
"%(senderName)s set a profile picture.": "%(senderName)s set a profile picture.",
|
||||
"%(senderName)s made no change.": "%(senderName)s made no change.",
|
||||
"VoIP conference started.": "VoIP conference started.",
|
||||
"%(targetName)s joined the room.": "%(targetName)s joined the room.",
|
||||
"VoIP conference finished.": "VoIP conference finished.",
|
||||
|
@ -1077,6 +1078,10 @@
|
|||
"%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)schanged their avatar",
|
||||
"%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)schanged their avatar %(count)s times",
|
||||
"%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)schanged their avatar",
|
||||
"%(severalUsers)smade no changes %(count)s times|other": "%(severalUsers)smade no changes %(count)s times",
|
||||
"%(severalUsers)smade no changes %(count)s times|one": "%(severalUsers)smade no changes",
|
||||
"%(oneUser)smade no changes %(count)s times|other": "%(oneUser)smade no changes %(count)s times",
|
||||
"%(oneUser)smade no changes %(count)s times|one": "%(oneUser)smade no changes",
|
||||
"collapse": "collapse",
|
||||
"expand": "expand",
|
||||
"Edit message": "Edit message",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue