mirror of
https://github.com/flarum/framework.git
synced 2025-04-24 21:54:04 +08:00
Translate emails for mentions (#167)
This commit is contained in:
parent
4cb95b1869
commit
a91ec31637
@ -35,3 +35,35 @@ flarum-mentions:
|
||||
# These translations are used in the user profile page and profile popup.
|
||||
user:
|
||||
mentions_link: Mentions
|
||||
|
||||
# Translations in this namespace are used in emails sent by the forum.
|
||||
email:
|
||||
|
||||
# These translations are used in emails sent when a post is replied to
|
||||
post_mentioned:
|
||||
subject: "{replier_display_name} replied to your post in {title}"
|
||||
body: |
|
||||
Hey {recipient_display_name}!
|
||||
|
||||
{replier_display_name} replied to your post (#{post_number}) in {title}.
|
||||
|
||||
{url}
|
||||
|
||||
---
|
||||
|
||||
{content}
|
||||
|
||||
# These translations are used in emails sent when a user is mentioned
|
||||
user_mentioned:
|
||||
subject: "{mentioner_display_name} mentioned you in {title}"
|
||||
body: |
|
||||
Hey {recipient_display_name}!
|
||||
|
||||
{mentioner_display_name} mentioned you in a post in {title}.
|
||||
|
||||
{url}
|
||||
|
||||
---
|
||||
|
||||
{content}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user