Skip to content

Commit

Permalink
Fix #1682 Shorten days with 2 letters
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Apr 7, 2019
1 parent 373d9f0 commit d11caba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Carbon/Lang/ar.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'meridiem' => ['ص', 'م'],
'weekdays' => ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
'weekdays_short' => ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
'weekdays_min' => ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
'weekdays_min' => ['ح', 'اث', 'ثل', 'أر', 'خم', 'ج', 'س'],
'months' => $months,
'months_short' => $months,
'first_day_of_week' => 6,
Expand Down

0 comments on commit d11caba

Please sign in to comment.