mirror of https://github.com/vector-im/riot-web
Fix some missing 1-count pluralisations around event list summaries (#11371)
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|other": "%(oneUser)schanged their name %(count)s times",
|
||||||
"%(oneUser)schanged their name %(count)s times|one": "%(oneUser)schanged their name",
|
"%(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|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|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|other": "%(severalUsers)smade no changes %(count)s times",
|
||||||
"%(severalUsers)smade no changes %(count)s times|one": "%(severalUsers)smade no changes",
|
"%(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|other": "%(oneUser)smade no changes %(count)s times",
|
||||||
|
|
Loading…
Reference in New Issue