Add upcoming Saudi holidays (Eid Al Fitr) (#707)

The 30th of March to the 1st of April of 2025 is a public holiday in Saudi Arabia as per https://holidayapi.com/countries/sa/2025.
This commit is contained in:
Osama Sayegh 2025-03-19 21:59:42 +03:00 committed by GitHub
parent 335561fc05
commit c1031224a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,23 @@ months:
- name: Foundation Day - name: Foundation Day
regions: [sa] regions: [sa]
mday: 22 mday: 22
3:
- name: Festival of Breaking the Fast
regions: [sa]
mday: 30
year_ranges:
limited: [2025]
- name: Second Day of the Festival of Breaking the Fast
regions: [sa]
mday: 31
year_ranges:
limited: [2025]
4: 4:
- name: Third Day of the Festival of Breaking the Fast
regions: [sa]
mday: 1
year_ranges:
limited: [2025]
- name: Festival of Breaking the Fast - name: Festival of Breaking the Fast
regions: [sa] regions: [sa]
mday: 9 mday: 9
@ -37,22 +53,6 @@ months:
mday: 23 mday: 23
year_ranges: year_ranges:
limited: [2023] limited: [2023]
5:
- name: Festival of Breaking the Fast
regions: [sa]
mday: 2
year_ranges:
limited: [2022]
- name: Second Day of the Festival of Breaking the Fast
regions: [sa]
mday: 3
year_ranges:
limited: [2022]
- name: Third Day of the Festival of Breaking the Fast
regions: [sa]
mday: 4
year_ranges:
limited: [2022]
6: 6:
- name: Day of Arafah - name: Day of Arafah
regions: [sa] regions: [sa]

View File

@ -13,15 +13,15 @@ module Holidays
def self.holidays_by_month def self.holidays_by_month
{ {
2 => [{:mday => 22, :name => "Foundation Day", :regions => [:sa]}], 2 => [{:mday => 22, :name => "Foundation Day", :regions => [:sa]}],
4 => [{:mday => 9, :year_ranges => { :limited => [2024] },:name => "Festival of Breaking the Fast", :regions => [:sa]}, 3 => [{:mday => 30, :year_ranges => { :limited => [2025] },:name => "Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 31, :year_ranges => { :limited => [2025] },:name => "Second Day of the Festival of Breaking the Fast", :regions => [:sa]}],
4 => [{:mday => 1, :year_ranges => { :limited => [2025] },:name => "Third Day of the Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 9, :year_ranges => { :limited => [2024] },:name => "Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 10, :year_ranges => { :limited => [2024] },:name => "Second Day of the Festival of Breaking the Fast", :regions => [:sa]}, {:mday => 10, :year_ranges => { :limited => [2024] },:name => "Second Day of the Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 11, :year_ranges => { :limited => [2024] },:name => "Third Day of the Festival of Breaking the Fast", :regions => [:sa]}, {:mday => 11, :year_ranges => { :limited => [2024] },:name => "Third Day of the Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 21, :year_ranges => { :limited => [2023] },:name => "Festival of Breaking the Fast", :regions => [:sa]}, {:mday => 21, :year_ranges => { :limited => [2023] },:name => "Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 22, :year_ranges => { :limited => [2023] },:name => "Second Day of the Festival of Breaking the Fast", :regions => [:sa]}, {:mday => 22, :year_ranges => { :limited => [2023] },:name => "Second Day of the Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 23, :year_ranges => { :limited => [2023] },:name => "Third Day of the Festival of Breaking the Fast", :regions => [:sa]}], {:mday => 23, :year_ranges => { :limited => [2023] },:name => "Third Day of the Festival of Breaking the Fast", :regions => [:sa]}],
5 => [{:mday => 2, :year_ranges => { :limited => [2022] },:name => "Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 3, :year_ranges => { :limited => [2022] },:name => "Second Day of the Festival of Breaking the Fast", :regions => [:sa]},
{:mday => 4, :year_ranges => { :limited => [2022] },:name => "Third Day of the Festival of Breaking the Fast", :regions => [:sa]}],
6 => [{:mday => 15, :year_ranges => { :limited => [2024] },:name => "Day of Arafah", :regions => [:sa]}, 6 => [{:mday => 15, :year_ranges => { :limited => [2024] },:name => "Day of Arafah", :regions => [:sa]},
{:mday => 16, :year_ranges => { :limited => [2024] },:name => "Day 1 of Eid Al Adha", :regions => [:sa]}, {:mday => 16, :year_ranges => { :limited => [2024] },:name => "Day 1 of Eid Al Adha", :regions => [:sa]},
{:mday => 17, :year_ranges => { :limited => [2024] },:name => "Day 2 of Eid Al Adha", :regions => [:sa]}, {:mday => 17, :year_ranges => { :limited => [2024] },:name => "Day 2 of Eid Al Adha", :regions => [:sa]},