-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example translation for emails within Ghost
refs #15502 - this adds the i18n translation wrapper to the titles, plaintext versions and one HTML version of the member emails
- Loading branch information
1 parent
9f5d4b4
commit 330e869
Showing
4 changed files
with
83 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
{} | ||
{ | ||
"\n Hey there,\n\n Please confirm your email address with this link:\n\n {{url}}\n\n For your security, the link will expire in 24 hours time.\n\n ---\n\n Sent to {{email}}\n If you did not make this request, you can simply delete this message. This email address will not be used.\n ": "", | ||
"\n Hey there,\n\n Welcome back! Use this link to securely sign in to your {{siteTitle}} account:\n\n {{url}}\n\n For your security, the link will expire in 24 hours time.\n\n See you soon!\n\n ---\n\n Sent to {{email}}\n If you did not make this request, you can safely ignore this email.\n ": "", | ||
"\n Hey there,\n\n You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:\n\n {{url}}\n\n For your security, the link will expire in 24 hours time.\n\n All the best!\n\n ---\n\n Sent to {{email}}\n If you did not make this request, you can simply delete this message. You will not be subscribed.\n ": "", | ||
"\n Hey there!\n\n Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:\n\n {{url}}\n\n For your security, the link will expire in 24 hours time.\n\n See you soon!\n\n ---\n\n Sent to {{email}}\n If you did not make this request, you can simply delete this message. You will not be signed up, and no account will be created for you.\n ": "", | ||
"\n Hey there!\n\n Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:\n\n {{url}}\n\n For your security, the link will expire in 24 hours time.\n\n See you soon!\n\n ---\n\n Sent to {{email}}\n Thank you for subscribing to {{siteTitle}}!\n ": "", | ||
"📫 Confirm your email update for {{siteTitle}}!": "", | ||
"📫 Confirm your subscription to {{siteTitle}}": "", | ||
"🔑 Secure sign in link for {{siteTitle}}": "", | ||
"🙌 Complete your sign up to {{siteTitle}}!": "", | ||
"🙌 Thank you for signing up to {{siteTitle}}!": "", | ||
"For your security, the link will expire in 24 hours time.": "", | ||
"Hey there,": "", | ||
"See you soon!": "", | ||
"Sign in to {{siteTitle}}": "", | ||
"Welcome back to {{siteTitle}}!": "", | ||
"Welcome back! Use this link to securely sign in to your {{siteTitle}} account:": "", | ||
"You can also copy & paste this URL into your browser:": "" | ||
} |
Oops, something went wrong.