mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1998 missing comment_count in board list config
- 기본 항목 리스트에 댓글 수 (comment_count) 추가 - '댓글'이라고 표시되는 comment_status 항목의 명칭을 '댓글 허용 여부'로 변경
This commit is contained in:
parent
9bc69abe0b
commit
68429cabe4
3 changed files with 4 additions and 3 deletions
|
|
@ -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 = '임시로 분류를 사용하지 않으려면 체크하세요.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue