mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Translate emails for subscriptions (#168)
This commit is contained in:
parent
47233ba7a8
commit
4cb95b1869
|
@ -47,6 +47,28 @@ flarum-subscriptions:
|
|||
notify_alert_tooltip: Get a forum notification when there are new posts
|
||||
notify_email_tooltip: Get an email when there are new posts
|
||||
|
||||
# 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}"
|
||||
body: |
|
||||
Hey {recipient_display_name}!
|
||||
|
||||
{poster_display_name} made a post in a discussion you're following: {title}.
|
||||
|
||||
To view the new activity, check out the following link:
|
||||
{url}
|
||||
|
||||
---
|
||||
|
||||
{content}
|
||||
|
||||
---
|
||||
|
||||
You won't receive any more notifications about this discussion until you're up-to-date.
|
||||
|
||||
##
|
||||
# REUSED TRANSLATIONS - These keys should not be used directly in code!
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue
Block a user