Fix some missing 1-count pluralisations around event list summaries (#11371)

This commit is contained in:
Michael Telatynski 2023-08-07 09:24:38 +01:00 committed by GitHub
parent 9afcf599ba
commit 22ce756f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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