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

Missing Holidays for Romania: January 6th and 7th #296

Open
hariprasath-vengateasan opened this issue Jan 10, 2025 · 0 comments
Open

Missing Holidays for Romania: January 6th and 7th #296

hariprasath-vengateasan opened this issue Jan 10, 2025 · 0 comments

Comments

@hariprasath-vengateasan
Copy link

hariprasath-vengateasan commented Jan 10, 2025

The holidays “Boboteaza” (January 6th) and “Sfântul Ioan Botezătorul” (January 7th) have been officially observed in Romania starting from 2024, but they are missing from the ro.yaml file.

Proposed Update:

Add the following to the months section for January in ro.yaml:

  1:
    - name: "Boboteaza"
      regions: [ro]
      mday: 6
      year_ranges:
         from: 2024
    - name: "Sfântul Ioan Botezătorul"
      regions: [ro]
      mday: 7
      year_ranges:
         from: 2024

Reference:
• Wikipedia: Public holidays in Romania

This update ensures the accuracy of Romanian holidays starting from 2024.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant