Skip to content

Commit

Permalink
Merge pull request #782 from vanilla/VNLA-7370_implement-event-email-…
Browse files Browse the repository at this point in the history
…headline-locale

VNLA-7370: Implement Event notification locale headlines
  • Loading branch information
OlivierLamyCanuel authored Oct 18, 2024
2 parents 4e3765e + 724546b commit 518f7cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tx-source/site_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -2468,3 +2468,8 @@
$Definition["Hello,\n\nAn account has been created for you at the %s forum.\n\n"] = "Hello,\n\nAn account has been created for you at the %s forum.\n\n";
$Definition["To activate your account, please follow this link:\n%s\n\n"] = "To activate your account, please follow this link:\n%s\n\n";
$Definition["Please contact us if you have questions regarding this email.\n\nSincerely,\n%s"] = "Please contact us if you have questions regarding this email.\n\nSincerely,\n%s";

// Event
$Definition["HeadlineFormat.EventReminder"] = "Reminder: {Data.Name,text} begins in 1 day";
$Definition["HeadlineFormat.NewEvent"] = "New Event: {Data.Name,text}";
$Definition["HeadlineFormat.UpdatedEvent"] = "Updated Event: {Data.Name,text}";

0 comments on commit 518f7cf

Please sign in to comment.