FEATURE: display count of topics being dismissed in dialog (#23288)

Previous to this change it was unclear if all new would be dismissed or just
some of them

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
This commit is contained in:
Sam
2023-08-28 19:46:38 +10:00
committed by GitHub
parent c9ebc75a1d
commit 997c839626
9 changed files with 297 additions and 71 deletions

View File

@@ -2848,7 +2848,14 @@ en:
dismiss_new_modal:
title: "Dismiss new"
topics: "Dismiss new topics"
posts: "Dismiss new posts"
posts: "Dismiss new replies"
topics_with_count:
one: "Dismiss %{count} new topic"
other: "Dismiss %{count} new topics"
replies_with_count:
one: "Dismiss %{count} new reply"
other: "Dismiss %{count} new replies"
replies: "Dismiss new replies"
untrack: "Stop tracking these topics so they stop appearing in my new list"
dismiss_new_with_selected:
one: "Dismiss New (%{count})"