mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Separate notification indicators for new PMs and reviewables (#19201)
This PR adds separate notification indicators for PMs and reviewables that have arrived since the last time the user opened the notifications menu. The PM indicator is the strongest one of all three indicators followed by the reviewable indicator and then finally the blue indicator. This means that if there's a new PM and a new reviewable, then the PM indicator will be shown. Meta topic: https://meta.discourse.org/t/no-green-or-red-notification-bubbles/242783?u=osama. Internal topic: t/82995.
This commit is contained in:
@@ -2383,6 +2383,12 @@ en:
|
||||
high_priority:
|
||||
one: "%{count} unread high priority notification"
|
||||
other: "%{count} unread high priority notifications"
|
||||
new_message_notification:
|
||||
one: "%{count} new message notification"
|
||||
other: "%{count} new message notifications"
|
||||
new_reviewable:
|
||||
one: "%{count} new reviewable"
|
||||
other: "%{count} new reviewables"
|
||||
title: "notifications of @name mentions, replies to your posts and topics, messages, etc"
|
||||
none: "Unable to load notifications at this time."
|
||||
empty: "No notifications found."
|
||||
|
||||
Reference in New Issue
Block a user