Skip to content

Commit

Permalink
Update Slovenia.php (#235)
Browse files Browse the repository at this point in the history
Wrong date fixed. It's 8th of February
  • Loading branch information
juref-specto authored Aug 30, 2024
1 parent 8da34de commit a3cb995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countries/Slovenia.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function allHolidays(int $year): array
return array_merge([
'Novo leto' => '01-01', // New Year's Day
'Novo leto 2' => '01-02', // New Year's Day, yes it's a second day
'Prešernov dan, slovenski kulturni praznik' => '08-02', // Prešeren Day, Slovenian Cultural Holiday
'Prešernov dan, slovenski kulturni praznik' => '02-08', // Prešeren Day, Slovenian Cultural Holiday
'Dan upora proti okupatorju' => '04-27', // Day of Uprising Against Occupation
'Praznik dela' => '05-01', // Labour Day
'Praznik dela 2' => '05-02', // Labour Day, yes it's a second day
Expand Down

0 comments on commit a3cb995

Please sign in to comment.