Fix #1998 missing comment_count in board list config

- 기본 항목 리스트에 댓글 수 (comment_count) 추가
- '댓글'이라고 표시되는 comment_status 항목의 명칭을 '댓글 허용 여부'로 변경
This commit is contained in:
Kijin Sung 2022-10-11 01:19:00 +09:00
parent 9bc69abe0b
commit 68429cabe4
3 changed files with 4 additions and 3 deletions

View file

@ -50,7 +50,7 @@ $lang->write_comment = 'Write a comment';
$lang->msg_not_allow_comment = 'This article is not allowed to write comment.';
$lang->no_board_instance = 'There is no board created.';
$lang->choose_board_instance = 'Please choose one or more board instance.';
$lang->comment_status = 'Comments';
$lang->comment_status = 'Comments Allowed';
$lang->category_settings = 'Category settings';
$lang->hide_category = 'Hide categories';
$lang->about_hide_category = 'You can disable a category feature.';