Fix string pluralization for call link unknown contact count

This commit is contained in:
ayumi-signal 2024-06-17 17:31:58 -07:00 committed by GitHub
parent 75c32e86f0
commit 49a6fa6007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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