mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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}"
|
imported_from: "This is a companion discussion topic for the original entry at %{link}"
|
||||||
in_reply_to: "▶ %{username}"
|
in_reply_to: "▶ %{username}"
|
||||||
replies:
|
replies:
|
||||||
one: "1 reply"
|
one: "%{count} reply"
|
||||||
other: "%{count} replies"
|
other: "%{count} replies"
|
||||||
|
|
||||||
no_mentions_allowed: "Sorry, you can't mention other users."
|
no_mentions_allowed: "Sorry, you can't mention other users."
|
||||||
|
Loading…
Reference in New Issue
Block a user