From 22ce756f76783bb581e3199a8d72b03e4695276a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 7 Aug 2023 09:24:38 +0100 Subject: [PATCH] Fix some missing 1-count pluralisations around event list summaries (#11371) --- src/i18n/strings/en_EN.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 2b8464e0923..911d5f47eaa 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -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",