Revert reverted plural message

This commit is contained in:
Jamie Kyle 2023-06-14 09:57:50 -07:00 committed by GitHub
parent f8f0c01169
commit 8e1a30d720
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, number} people reacted with {emoji}",
"messageformat": "{count, plural, one {# person} 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": {