Fix #1214 add option to display the first page of comments by default

This commit is contained in:
Kijin Sung 2020-03-23 01:45:25 +09:00
parent 676781a83e
commit b8665d73cb
5 changed files with 26 additions and 1 deletions

View file

@ -7,6 +7,9 @@ $lang->trash = '휴지통';
$lang->cmd_trash = '휴지통으로 이동';
$lang->comment_count = '댓글 수';
$lang->comment_page_count = '댓글 페이지 수';
$lang->comment_default_page = '댓글 기본 페이지';
$lang->comment_default_page_first = '첫 페이지';
$lang->comment_default_page_last = '마지막 페이지';
$lang->about_comment_count = '댓글을 정해진 수 만큼만 표시하고, 그 이상일 경우 페이지 번호를 표시해서 이동할 수 있게 합니다.';
$lang->about_comment_page_count = '하단에 표시할 페이지 링크 수를 설정할 수 있습니다.';
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요.';