mirror of
https://github.com/flarum/core.git
synced 2025-08-29 19:09:58 +02:00
feat(subscriptions): add option to send notifications when not caught up (#3503)
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
flarum-subscriptions:
|
||||
|
||||
##
|
||||
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||
##
|
||||
|
||||
# Translations in this namespace are used by the forum user interface.
|
||||
forum:
|
||||
|
||||
# These translations are displayed as tooltips for discussion badges.
|
||||
badge:
|
||||
following_tooltip: => flarum-subscriptions.ref.following
|
||||
@@ -33,6 +31,7 @@ flarum-subscriptions:
|
||||
# These translations are used in the Settings page.
|
||||
settings:
|
||||
follow_after_reply_label: Automatically follow discussions that I reply to
|
||||
notify_for_all_posts_label: Notify about every new post instead of only the last in a discussion
|
||||
notify_new_post_label: Someone posts in a discussion I'm following
|
||||
|
||||
# These translations are used in the subscription menu displayed to the right of the post stream.
|
||||
@@ -49,7 +48,6 @@ flarum-subscriptions:
|
||||
|
||||
# Translations in this namespace are used in emails sent by the forum.
|
||||
email:
|
||||
|
||||
# These translations are used in emails sent when a post is made in a subscribed discussion
|
||||
new_post:
|
||||
subject: "[New Post] {title}"
|
||||
|
Reference in New Issue
Block a user