Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong date fixed #235

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading