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

@ -51,7 +51,7 @@ $lang->write_comment = '댓글 쓰기';
$lang->msg_not_allow_comment = '해당 글의 댓글 쓰기가 잠겨있습니다.';
$lang->no_board_instance = '생성된 게시판이 없습니다.';
$lang->choose_board_instance = '관리할 게시판을 선택해 주세요.';
$lang->comment_status = '댓글';
$lang->comment_status = '댓글 허용 여부';
$lang->category_settings = '분류 설정';
$lang->hide_category = '분류 숨기기';
$lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체크하세요.';