Fix string pluralization for call link unknown contact count

Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-06-18 12:50:53 -05:00 committed by GitHub
parent 0dd9b9ec98
commit c2141a1b04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {