Skip to content

Commit

Permalink
Merge pull request #147 from mobinzk/fix/week-days
Browse files Browse the repository at this point in the history
Correcting week days spelling using half-space (Nim-fasele)
  • Loading branch information
Morteza Parvini authored May 1, 2022
2 parents 57706ee + d226bef commit 4543f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CalendarUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ private static function getDayNames($day, $shorten = false, $len = 1, $numeric =
break;
case 'tue':
case 'tuesday':
$ret = 'سه شنبه';
$ret = 'سهشنبه';
$n = 4;
break;
case 'wed':
Expand All @@ -611,7 +611,7 @@ private static function getDayNames($day, $shorten = false, $len = 1, $numeric =
break;
case 'thu':
case 'thursday':
$ret = 'پنجشنبه';
$ret = 'پنج‌شنبه';
$n = 6;
break;
case 'fri':
Expand Down

0 comments on commit 4543f35

Please sign in to comment.