mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix some missing 1-count pluralisations around event list summaries (#11371)
This commit is contained in:
parent
9afcf599ba
commit
22ce756f76
@ -2602,7 +2602,9 @@
|
||||
"%(oneUser)schanged their name %(count)s times|other": "%(oneUser)schanged their name %(count)s times",
|
||||
"%(oneUser)schanged their name %(count)s times|one": "%(oneUser)schanged their name",
|
||||
"%(severalUsers)schanged their profile picture %(count)s times|other": "%(severalUsers)schanged their profile picture %(count)s times",
|
||||
"%(severalUsers)schanged their profile picture %(count)s times|one": "%(severalUsers)schanged their profile picture",
|
||||
"%(oneUser)schanged their profile picture %(count)s times|other": "%(oneUser)schanged their profile picture %(count)s times",
|
||||
"%(oneUser)schanged their profile picture %(count)s times|one": "%(oneUser)schanged their profile picture",
|
||||
"%(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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user