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/tr/admin.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/i18n/tr/admin.php') diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index 9299edc30..9e27080f9 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -70,10 +70,6 @@ return array( 'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO - Translation 'ok' => 'You have the recommended mbstring library for Unicode.', // TODO - Translation ), - 'minz' => array( - 'nok' => 'Minz framework eksik.', - 'ok' => 'Minz framework sorunsuz.', - ), 'pcre' => array( 'nok' => 'Düzenli ifadeler kütüphanesi eksik (php-pcre).', 'ok' => 'Düzenli ifadeler kütüphanesi sorunsuz (PCRE).', -- cgit v1.2.3