From 7aa2dd6afb3019cb9b6c3594786794360c568530 Mon Sep 17 00:00:00 2001 From: take Date: Thu, 27 Jul 2023 00:56:43 +0200 Subject: [PATCH] translation update --- lang/ko/lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ko/lang.php b/lang/ko/lang.php index 24054ae..a5afae7 100644 --- a/lang/ko/lang.php +++ b/lang/ko/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author take * @author Kwangseob Kim * @author Myeongjin */ @@ -39,3 +40,4 @@ $lang['replies'] = '댓글'; $lang['newthread'] = '새 토론 문서'; $lang['toggle_display'] = '숨기기/보이기'; +$lang['js']['confirmdelete'] = '이 댓글과 댓글의 답변을 삭제하시겠습니까?';