From 679d955db35160ffa368df94be07d009b3a98dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Tue, 26 Feb 2013 11:20:49 +0100 Subject: [PATCH] Pluralization bug when hovering on likes --- 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 93bf0eb6a4f..338f7105a25 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -352,7 +352,9 @@ en: description: "Sorry, we couldn't find that topic. Perhaps it was removed by a moderator?" unread_posts: "you have {{unread}} unread old posts in this topic" new_posts: "there are {{new_posts}} new posts in this topic since you last read it" - likes: "there are {{likes}} likes in this topic" + likes: + one: "there is 1 like in this topic" + other: "there are {{likes}} likes in this topic" back_to_list: "Back to Topic List" options: "Topic Options" show_links: "show links within this topic"