From c2141a1b04450981fbcd9b15ce7e037cf89ecfcb Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:50:53 -0500 Subject: [PATCH] Fix string pluralization for call link unknown contact count Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 8a33615089..36d731b66d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -3707,7 +3707,7 @@ "description": "Label showing number of unknown contacts in the in-call participant info popup for call links." }, "icu:CallingAdhocCallInfo__UnknownContactLabel--in-addition": { - "messageformat": "+{count, number} more", + "messageformat": "{count, plural, one {+# more} other {+# more}}", "description": "Label showing number of unknown contacts in the in-call participant info popup for call links, when known contacts are also present in the call." }, "icu:CallingAdhocCallInfo__UnknownContactInfoButton": {