Fix pluralization of "in this call" message

This commit is contained in:
Jamie Kyle 2024-03-05 12:51:08 -08:00 committed by GitHub
parent 6fd117bde7
commit b2be9605b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1917,7 +1917,7 @@
"description": "(Deleted 2024/02/29) Shown in the participants list to describe how many people are in the call"
},
"icu:calling__in-this-call": {
"messageformat": "In this call · {people, plural, one {# person} other {# people}} people",
"messageformat": "In this call · {people, plural, one {# person} other {# people}}",
"description": "Shown in the participants list to describe how many people are in the call"
},
"icu:calling__you-have-blocked": {