mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Adds pluralization to js.user.invited.truncated
https://meta.discourse.org/t/showing-the-first-count-invites-needs-pluralization/33988
This commit is contained in:
parent
6f43b575a8
commit
7186b4d641
@ -619,7 +619,9 @@ en:
|
|||||||
user: "Invited User"
|
user: "Invited User"
|
||||||
sent: "Sent"
|
sent: "Sent"
|
||||||
none: "There are no pending invites to display."
|
none: "There are no pending invites to display."
|
||||||
truncated: "Showing the first {{count}} invites."
|
truncated:
|
||||||
|
one: "Showing the first invite."
|
||||||
|
other: "Showing the first {{count}} invites."
|
||||||
redeemed: "Redeemed Invites"
|
redeemed: "Redeemed Invites"
|
||||||
redeemed_tab: "Redeemed"
|
redeemed_tab: "Redeemed"
|
||||||
redeemed_tab_with_count: "Redeemed ({{count}})"
|
redeemed_tab_with_count: "Redeemed ({{count}})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user