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/he/install.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/i18n/he/install.php') diff --git a/app/i18n/he/install.php b/app/i18n/he/install.php index 254877a08..13ffd5a57 100644 --- a/app/i18n/he/install.php +++ b/app/i18n/he/install.php @@ -68,10 +68,6 @@ return array( 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation ), - 'minz' => array( - 'nok' => 'You lack the Minz framework.', - 'ok' => 'יש לכם את תשתית Minz', - ), 'pcre' => array( 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)', 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)', -- cgit v1.2.3