From 0e868e69fa45961cc745176154c32fe2ec52df31 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Sat, 8 Apr 2017 09:30:14 +0100 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "monday" word in arabix is from "اثنين" (two) with 'hamzat wasl' `ا` (همزة وصل) not 'hamzat khataa' `إ` (همزة قطع) ! --- src/Lang/ar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lang/ar.php b/src/Lang/ar.php index 96fdc50..4e92093 100644 --- a/src/Lang/ar.php +++ b/src/Lang/ar.php @@ -37,7 +37,7 @@ 'november' => 'نوفمبر', 'december' => 'ديسمبر', - 'monday' => 'الإثنين', + 'monday' => 'الاثنين', 'tuesday' => 'الثلاثاء', 'wednesday' => 'الأربعاء', 'thursday' => 'الخميس',