Fix plurals grammar
This commit is contained in:
parent
413d64a04e
commit
f07c53facd
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue