From a0022a1771db04d76fdcfe8074558abf6c191208 Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Tue, 20 Nov 2018 14:17:31 +0200 Subject: [PATCH] FIX: Use count variable for pluralized string. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index ba45644877e..0a2149556b7 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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."