mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-01 05:51:52 +08:00
#47 - Updates the total comments when a comment is added.
This commit is contained in:
@ -37,4 +37,10 @@ return [
|
||||
'book_sort' => 'sorted book',
|
||||
'book_sort_notification' => 'Book Successfully Re-sorted',
|
||||
|
||||
// Comments
|
||||
'comment_create_notification' => '',
|
||||
'comment_update_notification' => '',
|
||||
'comment_delete_notification' => '',
|
||||
'comment_deleted' => 'This comment has been deleted.'
|
||||
|
||||
];
|
||||
|
@ -240,5 +240,9 @@ return [
|
||||
*/
|
||||
'comment' => 'Comment',
|
||||
'comments' => 'Comments',
|
||||
'comment_placeholder' => 'Enter your comments here, markdown supported...'
|
||||
'comment_placeholder' => 'Enter your comments here, markdown supported...',
|
||||
'no_comments' => 'No Comments',
|
||||
'x_comments' => ':numComments Comments',
|
||||
'one_comment' => '1 Comment',
|
||||
'comments_loading' => 'Loading...'
|
||||
];
|
Reference in New Issue
Block a user