Skip to content

Commit

Permalink
"Cumhuriyet Bayramı Arifesi" holiday day added. Because the eve is a …
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Çalışkan committed Jan 18, 2024
1 parent 4390064 commit aeb6c12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Countries/Turkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protected function allHolidays(int $year): array
'Atatürk\'ü Anma, Gençlik ve Spor Bayramı' => '05-19',
'Demokrasi ve Millî Birlik Günü' => '07-15',
'Zafer Bayramı' => '08-30',
'Cumhuriyet Bayramı Arifesi' => '10-28',
'Cumhuriyet Bayramı' => '10-29',
], $this->variableHolidays($year));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"name": "Zafer Bayram\u0131",
"date": "2024-08-30"
},
{
"name": "Cumhuriyet Bayram\u0131 Arifesi",
"date": "2024-10-28"
},
{
"name": "Cumhuriyet Bayram\u0131",
"date": "2024-10-29"
Expand Down

0 comments on commit aeb6c12

Please sign in to comment.