Fix plurals grammar

This commit is contained in:
Jamie Kyle 2023-12-15 13:01:02 -08:00 committed by GitHub
parent 413d64a04e
commit f07c53facd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4300,7 +4300,7 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"icu:GroupV2--pending-remove--revoke-invite-from--many--other": {
"messageformat": "{adminName} revoked invitations to the group for {count, plural, one {#} other {#}} people invited by {memberName}.",
"messageformat": "{adminName} revoked invitations to the group for {count, plural, one {# person} other {# people}} invited by {memberName}.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"icu:GroupV2--pending-remove--revoke-invite-from--many--you": {
@ -4540,7 +4540,7 @@
"description": "Shown in timeline when a group is upgraded and one person was removed entirely during the upgrade"
},
"icu:GroupV1--Migration--removed--many": {
"messageformat": "{count, plural, one {#} other {#}} members were removed from the group.",
"messageformat": "{count, plural, one {# member} other {# members}} were removed from the group.",
"description": "Shown in timeline when a group is upgraded and some people were removed entirely during the upgrade"
},
"icu:close": {