From 7186b4d641f45fd0d69446b6335332eafb4923b4 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Thu, 1 Oct 2015 16:22:08 +0200 Subject: [PATCH] Adds pluralization to js.user.invited.truncated https://meta.discourse.org/t/showing-the-first-count-invites-needs-pluralization/33988 --- config/locales/client.en.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index f13b5edaace..1b1daeed990 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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}})"