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

Add missing Rajasthan public holidays #439

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vendor/holidays/definitions/in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ months:
year_ranges:
limited: [2023]
- name: Milad-un-Nabi
regions: [in_tn, in_gj]
regions: [in_rj, in_tn, in_gj]
mday: 28
year_ranges:
limited: [2023]
Expand Down Expand Up @@ -146,7 +146,7 @@ months:
year_ranges:
limited: [2023]
- name: Bhai Dooj
regions: [in_gj]
regions: [in_rj, in_gj]
mday: 15
year_ranges:
limited: [2023]
Expand Down
4 changes: 2 additions & 2 deletions vendor/holidays/lib/generated_definitions/in.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ def self.holidays_by_month
9 => [{:mday => 6, :year_ranges => { :limited => [2023] },:name => "Krishna Jayanthi", :regions => [:in_tn]},
{:mday => 7, :year_ranges => { :limited => [2023] },:name => "Janmashtami", :regions => [:in_rj, :in_mh, :in_gj]},
{:mday => 19, :year_ranges => { :limited => [2023] },:name => "Ganesh Chaturthi", :regions => [:in_rj, :in_mh, :in_gj]},
{:mday => 28, :year_ranges => { :limited => [2023] },:name => "Milad-un-Nabi", :regions => [:in_tn, :in_gj]}],
{:mday => 28, :year_ranges => { :limited => [2023] },:name => "Milad-un-Nabi", :regions => [:in_rj, :in_tn, :in_gj]}],
10 => [{:mday => 2, :observed => "to_weekday_if_weekend(date)", :observed_arguments => [:date], :name => "Gandhi Jayanti", :regions => [:in]},
{:mday => 23, :year_ranges => { :limited => [2023] },:name => "Ayutha Pooja", :regions => [:in_tn]},
{:mday => 24, :year_ranges => { :limited => [2023] },:name => "Dussehra", :regions => [:in_rj, :in_mh, :in_tn, :in_gj]},
{:mday => 31, :name => "Sardar Vallabhbhai Patel Jayanti", :regions => [:in_gj]}],
11 => [{:mday => 13, :year_ranges => { :limited => [2023] },:name => "Govardhan Puja", :regions => [:in_rj, :in_gj]},
{:mday => 15, :year_ranges => { :limited => [2023] },:name => "Bhai Dooj", :regions => [:in_gj]},
{:mday => 15, :year_ranges => { :limited => [2023] },:name => "Bhai Dooj", :regions => [:in_rj, :in_gj]},
{:mday => 27, :year_ranges => { :limited => [2023] },:name => "Guru Nanak Jayanti", :regions => [:in_rj, :in_mh, :in_gj]}],
12 => [{:mday => 25, :observed => "to_weekday_if_weekend(date)", :observed_arguments => [:date], :name => "Christmas Day", :regions => [:in_rj, :in_mh, :in_tn, :in_gj]}]
}
Expand Down