-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add Azerbaijan holidays #166
Conversation
In case you want to add multi language support: https://github.com/spatie/holidays/tree/main/lang |
Thanks @Nielsvanpach . I've added it. |
Does Azerbaijan have Islamic holidays? |
@Nielsvanpach |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note on Islamic holidays: https://github.com/spatie/holidays/blob/main/src/Countries/Turkey.php#L8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Contributing a new country ?
1.Created a new class in the Countries directory, extending the existing Country class.
2.Added test for the new country in the tests directory.
3.Successfully ran the tests, generating a snapshot for verification.