FIX: Use count variable for pluralized string.
This commit is contained in:
parent
eacbe28f55
commit
a0022a1771
|
@ -239,7 +239,7 @@ en:
|
|||
imported_from: "This is a companion discussion topic for the original entry at %{link}"
|
||||
in_reply_to: "▶ %{username}"
|
||||
replies:
|
||||
one: "1 reply"
|
||||
one: "%{count} reply"
|
||||
other: "%{count} replies"
|
||||
|
||||
no_mentions_allowed: "Sorry, you can't mention other users."
|
||||
|
|
Loading…
Reference in New Issue