Merge pull request #3826 from gschlager/patch-1

Adds pluralization to js.user.invited.truncated
This commit is contained in:
Régis Hanol 2015-10-01 16:26:22 +02:00
commit c7b344b00f
1 changed files with 3 additions and 1 deletions

View File

@ -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}})"