Update reaction label to use pluralization

This commit is contained in:
Jamie Kyle 2023-06-01 13:43:15 -07:00 committed by GitHub
parent ab68e24805
commit a0d7c36e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5083,7 +5083,7 @@
"description": "aria-label for reaction emoji when one person reacts with an emoji"
},
"icu:Message__reaction-emoji-label--many": {
"messageformat": "{count} people reacted with {emoji}",
"messageformat": "{count, plural, other {# people}} reacted with {emoji}",
"description": "Used as an aria-label for when many people react to a message. Count is always greater than 1"
},
"icu:Message__role-description": {