diff --git a/src/CalendarUtils.php b/src/CalendarUtils.php index aa288a8..ae523e8 100644 --- a/src/CalendarUtils.php +++ b/src/CalendarUtils.php @@ -625,7 +625,7 @@ private static function getDayNames($day, $shorten = false, $len = 1, $numeric = break; case 'tue': case 'tuesday': - $ret = 'سه‌شنبه'; + $ret = 'سه شنبه'; $n = 4; break; case 'wed': @@ -635,7 +635,7 @@ private static function getDayNames($day, $shorten = false, $len = 1, $numeric = break; case 'thu': case 'thursday': - $ret = 'پنج‌شنبه'; + $ret = 'پنج شنبه'; $n = 6; break; case 'fri':