Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 22ce756

Browse files
authored
Fix some missing 1-count pluralisations around event list summaries (#11371)
1 parent 9afcf59 commit 22ce756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,9 @@
26022602
"%(oneUser)schanged their name %(count)s times|other": "%(oneUser)schanged their name %(count)s times",
26032603
"%(oneUser)schanged their name %(count)s times|one": "%(oneUser)schanged their name",
26042604
"%(severalUsers)schanged their profile picture %(count)s times|other": "%(severalUsers)schanged their profile picture %(count)s times",
2605+
"%(severalUsers)schanged their profile picture %(count)s times|one": "%(severalUsers)schanged their profile picture",
26052606
"%(oneUser)schanged their profile picture %(count)s times|other": "%(oneUser)schanged their profile picture %(count)s times",
2607+
"%(oneUser)schanged their profile picture %(count)s times|one": "%(oneUser)schanged their profile picture",
26062608
"%(severalUsers)smade no changes %(count)s times|other": "%(severalUsers)smade no changes %(count)s times",
26072609
"%(severalUsers)smade no changes %(count)s times|one": "%(severalUsers)smade no changes",
26082610
"%(oneUser)smade no changes %(count)s times|other": "%(oneUser)smade no changes %(count)s times",

0 commit comments

Comments
 (0)