From 5bd84038a2c7784525d29ce8f44ac75f0b3beb38 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 11 Feb 2021 12:18:42 -0500 Subject: Remove Minz validation (#3439) It should have been done during #3302. --- app/i18n/kr/install.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/i18n/kr/install.php') diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php index fe142a20c..77b4475fd 100644 --- a/app/i18n/kr/install.php +++ b/app/i18n/kr/install.php @@ -68,10 +68,6 @@ return array( 'nok' => '유니코드 지원을 위한 mbstring 라이브러리를 찾을 수 없습니다.', 'ok' => '유니코드 지원을 위한 mbstring 라이브러리가 설치되어 있습니다.', ), - 'minz' => array( - 'nok' => 'Minz 프레임워크를 찾을 수 없습니다.', - 'ok' => 'Minz 프레임워크가 설치되어 있습니다.', - ), 'pcre' => array( 'nok' => '정규표현식을 위한 라이브러리를 찾을 수 없습니다 (php-pcre).', 'ok' => '정규표현식을 위한 라이브러리가 설치되어 있습니다 (PCRE).', -- cgit v1.2.3