Merge pull request #270 from ZogStriP/patch-2
Pluralization bug when hovering on likes
This commit is contained in:
commit
19cf5ac0db
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue