Skip to content

Commit

Permalink
fix typo and add pesta kaamatan second day
Browse files Browse the repository at this point in the history
  • Loading branch information
pisyek authored and hafiz committed Jan 19, 2024
1 parent bc6bcb0 commit 05752fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Countries/Malaysia.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ protected function allHolidays(int $year): array
'Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah' => '04-15',
'Hari Pekerja' => '05-01',
'Hari Hol Pahang' => '05-22',
'Pesta Keamatan' => '05-30',
'Pesta Kaamatan' => '05-30',
'Pesta Kaamatan Hari Kedua' => '05-31',
'Hari Sarawak' => '07-22',
'Hari Kebangsaan' => '08-31',
'Hari Malaysia' => '09-16',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@
"date": "2024-05-22"
},
{
"name": "Pesta Keamatan",
"name": "Pesta Kaamatan",
"date": "2024-05-30"
},
{
"name": "Pesta Kaamatan Hari Kedua",
"date": "2024-05-31"
},
{
"name": "Hari Sarawak",
"date": "2024-07-22"
Expand Down

0 comments on commit 05752fe

Please sign in to comment.