Allow translating emails

Fixes #350
This commit is contained in:
rubenwardy
2022-01-22 21:23:01 +00:00
parent 7b4254da58
commit 004c5cd383
20 changed files with 1257 additions and 648 deletions

View File

@@ -0,0 +1,13 @@
<p>
{{ _("We were unable to perform the password reset as we could not find an account associated with this email.") }}
</p>
<p>
{{ _("This may be because you used another email with your account, or because you never confirmed your email.") }}
</p>
<p>
{{ _("You can use GitHub to log in if it is associated with your account.") }}
{{ _("Otherwise, you may need to contact rubenwardy for help.") }}
</p>
<p>
{{ _("If you weren't expecting to receive this email, then you can safely ignore it.") }}
</p>