Skip to content

Commit

Permalink
Added translations for Send Test Mail feature (#156)
Browse files Browse the repository at this point in the history
* Added translations for Send Test Mail feature
  • Loading branch information
askvortsov1 committed Jul 26, 2020
1 parent a313775 commit ea79027
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions locale/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ core:
mail_username_label: => core.ref.username
mailgun_heading: Mailgun Settings
not_sending_message: Flarum currently does not send emails. This can be due to the selected driver, or errors in its configuration.
send_test_mail_button: Send
send_test_mail_heading: Send Test Mail
send_test_mail_success: Test mail sent successfully!
send_test_mail_text: This will send an email using the above configuration to your email, {email}.
smtp_heading: SMTP Settings
submit_button: => core.ref.save_changes
text: Configure the driver, settings and addresses your forum will use to send email.
Expand Down Expand Up @@ -541,6 +545,18 @@ core:
If you do not wish to change your password, just ignore this email and nothing will happen.
# These translations are used when testing mailing configuration
send_test:
subject: Flarum Email Test
body: |
Hey {username}!
This is a test email to confirm that your Flarum email configuration is working properly.
If this was you, this email means that your configuration works!
If this was not you, please ignore this email.
##
# REUSED TRANSLATIONS - These keys should not be used directly in code!
##
Expand Down

0 comments on commit ea79027

Please sign in to comment.