From 6e2199cd58f3074f4e547f285bad88bf3b9bc2a8 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 19 Jul 2022 15:36:14 +0200 Subject: [PATCH] FIX: Correctly pluralize sidebar strings (#17572) --- config/locales/client.en.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index a14251d2f6..19478b4cf7 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -4056,8 +4056,12 @@ en: redirect_after_success: "Second factor authentication is successful. Redirecting to the previous page…" sidebar: - unread_count: "%{count} unread" - new_count: "%{count} new" + unread_count: + one: "%{count} unread" + other: "%{count} unread" + new_count: + one: "%{count} new" + other: "%{count} new" toggle_section: "toggle section" sections: messages: