fixed the arabixx text on the calender

This commit is contained in:
Naser Mansour 2026-01-11 20:20:20 +02:00
parent 2b575310ee
commit 8ac0d2b9d7
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
<?php
return [
'Sun' => 'أحد',
'Mon' => 'إثن',
'Tue' => 'ثلا',
'Wed' => 'أرب',
'Thu' => 'خمي',
'Fri' => 'جمع',
'Sat' => 'سبت',
'Sun' => 'الأحد',
'Mon' => 'الإثنين',
'Tue' => 'الثلاثاء',
'Wed' => 'الأربعاء',
'Thu' => 'الخميس',
'Fri' => 'الجمعة',
'Sat' => 'السبت',
];