complete story 3.3 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 18:56:35 +02:00
parent 43df24c7cd
commit eaef242831
11 changed files with 1034 additions and 31 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'Sun' => 'أحد',
'Mon' => 'إثن',
'Tue' => 'ثلا',
'Wed' => 'أرب',
'Thu' => 'خمي',
'Fri' => 'جمع',
'Sat' => 'سبت',
];