-
-
Notifications
You must be signed in to change notification settings - Fork 557
Update the United States holidays: add Father's Day and Mother's Day for UNOFFICIAL
category
#2975
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
Conversation
…`UNOFFICIAL` category
Summary by CodeRabbit
WalkthroughAdds Mother's Day (2nd Sunday of May, from 1914) and Father's Day (3rd Sunday of June, from 1972) to US holidays logic. Updates en_US and th translations. Regenerates snapshot JSONs across US common, territories, and state files to include new entries and combined labels with Juneteenth where dates coincide. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2975 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 301 301
Lines 17962 17966 +4
Branches 2319 2321 +2
=========================================
+ Hits 17962 17966 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM. UNOFFICIAL
category is exactly suitable for such kind of holidays. 👍
Proposed change
Add the United States' "Father's Day" (3rd Sunday of June) and "Mother's Day" (2nd Sunday of May) under the
UNOFFICIAL
category alongside its test cases (perhaps this should've beenWORKDAY
category instead? Let me know)Resolves #2923 .
Type of change
holidays
functionality in general)Checklist
make check
locally; all checks and tests passed.