Fix plurals.
This commit is contained in:
parent
04dd13d03b
commit
4eaed945e2
|
@ -2375,7 +2375,7 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming
|
|||
<string name="invitation_sent_to_one_user">Invitation sent to %1$s</string>
|
||||
<string name="invitations_sent_to_two_users">Invitations sent to %1$s and %2$s</string>
|
||||
<plurals name="invitations_sent_to_one_and_more_users">
|
||||
<item quantity="two">Invitations sent to %1$s and 2 more</item>
|
||||
<item quantity="one">Invitations sent to %1$s and one more</item>
|
||||
<item quantity="other">Invitations sent to %1$s and %2$d more</item>
|
||||
</plurals>
|
||||
<string name="invite_users_to_room_failure">We could not invite users. Please check the users you want to invite and try again.</string>
|
||||
|
|
Loading…
Reference in New Issue