mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
Merge pull request #3826 from gschlager/patch-1
Adds pluralization to js.user.invited.truncated
This commit is contained in:
commit
c7b344b00f
@ -619,7 +619,9 @@ en:
|
||||
user: "Invited User"
|
||||
sent: "Sent"
|
||||
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_tab: "Redeemed"
|
||||
redeemed_tab_with_count: "Redeemed ({{count}})"
|
||||
|
Loading…
x
Reference in New Issue
Block a user