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:
parent
335561fc05
commit
c1031224a5
|
|
@ -6,7 +6,23 @@ months:
|
|||
- name: Foundation Day
|
||||
regions: [sa]
|
||||
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:
|
||||
- name: Third Day of the Festival of Breaking the Fast
|
||||
regions: [sa]
|
||||
mday: 1
|
||||
year_ranges:
|
||||
limited: [2025]
|
||||
- name: Festival of Breaking the Fast
|
||||
regions: [sa]
|
||||
mday: 9
|
||||
|
|
@ -37,22 +53,6 @@ months:
|
|||
mday: 23
|
||||
year_ranges:
|
||||
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:
|
||||
- name: Day of Arafah
|
||||
regions: [sa]
|
||||
|
|
|
|||
|
|
@ -13,15 +13,15 @@ module Holidays
|
|||
def self.holidays_by_month
|
||||
{
|
||||
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 => 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 => 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]}],
|
||||
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]},
|
||||
{: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]},
|
||||
|
|
|
|||
Loading…
Reference in New Issue