Skip to content

Commit

Permalink
Add support for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Norman authored Apr 22, 2019
1 parent 241ff25 commit 6aeab7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions language/en/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@

'UNMARK_ANSWER' => 'Unmark answer',
'UNMARK_ANSWER_CONFIRM' => 'Are you sure you want to unmark this post as the best answer?',

'BEST_ANSWER_NOTIFICATION' => '%1$s marked your post in topic “%2$s” as the best answer.',
'NOT_BEST_ANSWER_NOTIFICATION' => '%1$s unmarked your post in topic “%2$s” as the best answer.',
'NOTIFICATION_TYPE_BEST_ANSWER' => 'Someone marks your topic reply as the best answer',
'NOTIFICATION_TYPE_NOT_BEST_ANSWER' => 'Someone unmarks your topic reply as the best answer',
));

0 comments on commit 6aeab7d

Please sign in to comment.