date-holidays 3.24.2 → 3.24.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/data/countries/AR.yaml +60 -38
- package/data/countries/DE.yaml +1 -5
- package/data/countries/HK.yaml +103 -40
- package/data/countries/SA.yaml +36 -2
- package/data/countries/SG.yaml +3 -0
- package/data/countries/VA.yaml +17 -17
- package/data/holidays.json +226 -123
- package/data/names.yaml +1 -1
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.LICENSE.txt +149 -0
- package/dist/index.min.js.map +1 -0
- package/dist/umd.min.js +3 -0
- package/dist/umd.min.js.LICENSE.txt +149 -0
- package/dist/umd.min.js.map +1 -0
- package/lib/data.cjs +226 -123
- package/package.json +4 -1
- package/src/data.js +19175 -19072
package/lib/data.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const data = {
|
|
6
|
-
"version": "2025-
|
|
6
|
+
"version": "2025-07-01",
|
|
7
7
|
"license": "CC-BY-SA-3",
|
|
8
8
|
"holidays": {
|
|
9
9
|
"AD": {
|
|
@@ -670,24 +670,6 @@ const data = {
|
|
|
670
670
|
"01-01": {
|
|
671
671
|
"_name": "01-01"
|
|
672
672
|
},
|
|
673
|
-
"2013-01-31": {
|
|
674
|
-
"name": {
|
|
675
|
-
"en": "Bicentennial of the Assembly of the Year XIII",
|
|
676
|
-
"es": "Bicentenario de la Asamblea General Constituyente de 1813"
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
"2013-02-20": {
|
|
680
|
-
"name": {
|
|
681
|
-
"en": "Bicentennial of the Battle of Salta",
|
|
682
|
-
"es": "Bicentenario de la Batalla de Salta"
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
"2012-02-27": {
|
|
686
|
-
"name": {
|
|
687
|
-
"en": "Bicentennial of the Creation and First Oath of Allegiance to the Argentine Flag",
|
|
688
|
-
"es": "Bicentenario de la creación y primera jura de la bandera argentina"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
673
|
"easter -48": {
|
|
692
674
|
"_name": "easter -48",
|
|
693
675
|
"active": [
|
|
@@ -766,18 +748,6 @@ const data = {
|
|
|
766
748
|
"05-01": {
|
|
767
749
|
"_name": "05-01"
|
|
768
750
|
},
|
|
769
|
-
"2010-05-24": {
|
|
770
|
-
"name": {
|
|
771
|
-
"en": "National Holiday for the Bicentennial of the May Revolution",
|
|
772
|
-
"es": "Feriado Nacional por el Bicentenario de la Revolución de Mayo"
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
"2022-05-18": {
|
|
776
|
-
"name": {
|
|
777
|
-
"en": "National Census 2022",
|
|
778
|
-
"es": "Censo Nacional 2022"
|
|
779
|
-
}
|
|
780
|
-
},
|
|
781
751
|
"05-25": {
|
|
782
752
|
"name": {
|
|
783
753
|
"en": "Day of the First National Government",
|
|
@@ -914,12 +884,6 @@ const data = {
|
|
|
914
884
|
"2011-08-22"
|
|
915
885
|
]
|
|
916
886
|
},
|
|
917
|
-
"2012-09-24": {
|
|
918
|
-
"name": {
|
|
919
|
-
"en": "Bicentennial of the Battle of Tucumán",
|
|
920
|
-
"es": "Bicentenario de la Batalla de Tucumán"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
887
|
"10-12": {
|
|
924
888
|
"name": {
|
|
925
889
|
"en": "The Day of the Race",
|
|
@@ -990,12 +954,6 @@ const data = {
|
|
|
990
954
|
}
|
|
991
955
|
]
|
|
992
956
|
},
|
|
993
|
-
"2010-10-27": {
|
|
994
|
-
"name": {
|
|
995
|
-
"en": "National Census 2010",
|
|
996
|
-
"es": "Censo Nacional 2010"
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
957
|
"4th monday in November": {
|
|
1000
958
|
"name": {
|
|
1001
959
|
"en": "Day of National Sovereignty",
|
|
@@ -1044,6 +1002,72 @@ const data = {
|
|
|
1044
1002
|
"_name": "12-31",
|
|
1045
1003
|
"type": "optional"
|
|
1046
1004
|
},
|
|
1005
|
+
"2010-05-24": {
|
|
1006
|
+
"name": {
|
|
1007
|
+
"en": "National Holiday for the Bicentennial of the May Revolution",
|
|
1008
|
+
"es": "Feriado Nacional por el Bicentenario de la Revolución de Mayo"
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"2012-02-27": {
|
|
1012
|
+
"name": {
|
|
1013
|
+
"en": "Bicentennial of the Creation and First Oath of Allegiance to the Argentine Flag",
|
|
1014
|
+
"es": "Bicentenario de la creación y primera jura de la bandera argentina"
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
"2012-09-24": {
|
|
1018
|
+
"name": {
|
|
1019
|
+
"en": "Bicentennial of the Battle of Tucumán",
|
|
1020
|
+
"es": "Bicentenario de la Batalla de Tucumán"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"2013-01-31": {
|
|
1024
|
+
"name": {
|
|
1025
|
+
"en": "Bicentennial of the Assembly of the Year XIII",
|
|
1026
|
+
"es": "Bicentenario de la Asamblea General Constituyente de 1813"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"2013-02-20": {
|
|
1030
|
+
"name": {
|
|
1031
|
+
"en": "Bicentennial of the Battle of Salta",
|
|
1032
|
+
"es": "Bicentenario de la Batalla de Salta"
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"2022-12-20": {
|
|
1036
|
+
"name": {
|
|
1037
|
+
"en": "National Holiday for the World Football Champions in the FIFA World Cup QATAR 2022",
|
|
1038
|
+
"es": "Feriado Nacional de los Campeones Mundiales de Fútbol en la Copa Mundial de la FIFA CATAR 2022"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"1980-10-22": {
|
|
1042
|
+
"name": {
|
|
1043
|
+
"en": "National Census 1980",
|
|
1044
|
+
"es": "Censo Nacional 1980"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"1991-05-15": {
|
|
1048
|
+
"name": {
|
|
1049
|
+
"en": "National Census 1991",
|
|
1050
|
+
"es": "Censo Nacional 1991"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"2001-11-17": {
|
|
1054
|
+
"name": {
|
|
1055
|
+
"en": "National Census 2001",
|
|
1056
|
+
"es": "Censo Nacional 2001"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"2010-10-27": {
|
|
1060
|
+
"name": {
|
|
1061
|
+
"en": "National Census 2010",
|
|
1062
|
+
"es": "Censo Nacional 2010"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"2022-05-18": {
|
|
1066
|
+
"name": {
|
|
1067
|
+
"en": "National Census 2022",
|
|
1068
|
+
"es": "Censo Nacional 2022"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1047
1071
|
"2011-03-25": {
|
|
1048
1072
|
"_name": "Bridge Day"
|
|
1049
1073
|
},
|
|
@@ -8319,12 +8343,6 @@ const data = {
|
|
|
8319
8343
|
"HE": {
|
|
8320
8344
|
"name": "Hessen",
|
|
8321
8345
|
"days": {
|
|
8322
|
-
"easter": {
|
|
8323
|
-
"_name": "easter"
|
|
8324
|
-
},
|
|
8325
|
-
"easter 49": {
|
|
8326
|
-
"_name": "easter 49"
|
|
8327
|
-
},
|
|
8328
8346
|
"easter 60": {
|
|
8329
8347
|
"_name": "easter 60"
|
|
8330
8348
|
}
|
|
@@ -11786,108 +11804,199 @@ const data = {
|
|
|
11786
11804
|
],
|
|
11787
11805
|
"dayoff": "sunday",
|
|
11788
11806
|
"days": {
|
|
11789
|
-
"01-01
|
|
11790
|
-
"substitute": true,
|
|
11791
|
-
"_name": "01-01",
|
|
11807
|
+
"01-01 not on Sunday": {
|
|
11792
11808
|
"name": {
|
|
11809
|
+
"en": "The first day of January",
|
|
11793
11810
|
"zh": "一月一日"
|
|
11794
11811
|
}
|
|
11795
11812
|
},
|
|
11796
|
-
"
|
|
11813
|
+
"substitutes 01-01 if Sunday then next Monday": {
|
|
11814
|
+
"name": {
|
|
11815
|
+
"en": "The day following the first day of January",
|
|
11816
|
+
"zh": "一月一日翌日"
|
|
11817
|
+
}
|
|
11818
|
+
},
|
|
11819
|
+
"chinese 01-0-01 not on Sunday": {
|
|
11797
11820
|
"name": {
|
|
11798
|
-
"en": "Lunar New Year",
|
|
11821
|
+
"en": "Lunar New Year’s Day",
|
|
11799
11822
|
"zh": "農曆年初一"
|
|
11800
11823
|
}
|
|
11801
11824
|
},
|
|
11802
|
-
"chinese 01-0-02
|
|
11825
|
+
"chinese 01-0-02 not on Sunday": {
|
|
11803
11826
|
"name": {
|
|
11804
|
-
"en": "The second day of
|
|
11827
|
+
"en": "The second day of Lunar New Year",
|
|
11805
11828
|
"zh": "農曆年初二"
|
|
11806
11829
|
}
|
|
11807
11830
|
},
|
|
11808
|
-
"chinese 01-0-03
|
|
11831
|
+
"chinese 01-0-03 not on Sunday": {
|
|
11809
11832
|
"name": {
|
|
11810
|
-
"en": "The third day of
|
|
11833
|
+
"en": "The third day of Lunar New Year",
|
|
11811
11834
|
"zh": "農曆年初三"
|
|
11812
11835
|
}
|
|
11813
11836
|
},
|
|
11814
|
-
"chinese
|
|
11837
|
+
"substitutes chinese 01-0-01 if Sunday then next Wednesday": {
|
|
11815
11838
|
"name": {
|
|
11816
|
-
"en": "
|
|
11839
|
+
"en": "The fourth day of Lunar New Year",
|
|
11840
|
+
"zh": "農曆年初四"
|
|
11841
|
+
}
|
|
11842
|
+
},
|
|
11843
|
+
"substitutes chinese 01-0-02 if Sunday then next Tuesday": {
|
|
11844
|
+
"name": {
|
|
11845
|
+
"en": "The fourth day of Lunar New Year",
|
|
11846
|
+
"zh": "農曆年初四"
|
|
11847
|
+
}
|
|
11848
|
+
},
|
|
11849
|
+
"substitutes chinese 01-0-03 if Sunday then next Monday": {
|
|
11850
|
+
"name": {
|
|
11851
|
+
"en": "The fourth day of Lunar New Year",
|
|
11852
|
+
"zh": "農曆年初四"
|
|
11853
|
+
}
|
|
11854
|
+
},
|
|
11855
|
+
"chinese 5-01 solarterm not on Sunday": {
|
|
11856
|
+
"name": {
|
|
11857
|
+
"en": "Ching Ming Festival",
|
|
11817
11858
|
"zh": "清明節"
|
|
11818
11859
|
}
|
|
11819
11860
|
},
|
|
11861
|
+
"substitutes chinese 5-01 solarterm if Sunday then next Monday": {
|
|
11862
|
+
"name": {
|
|
11863
|
+
"en": "The day following Ching Ming Festival",
|
|
11864
|
+
"zh": "清明節翌日"
|
|
11865
|
+
}
|
|
11866
|
+
},
|
|
11820
11867
|
"easter -2": {
|
|
11821
|
-
"
|
|
11868
|
+
"name": {
|
|
11869
|
+
"en": "Good Friday",
|
|
11870
|
+
"zh": "耶穌受難節"
|
|
11871
|
+
}
|
|
11822
11872
|
},
|
|
11823
11873
|
"easter -1": {
|
|
11824
|
-
"
|
|
11825
|
-
|
|
11826
|
-
|
|
11827
|
-
|
|
11874
|
+
"name": {
|
|
11875
|
+
"en": "The day following Good Friday",
|
|
11876
|
+
"zh": "耶穌受難節翌日"
|
|
11877
|
+
}
|
|
11828
11878
|
},
|
|
11829
11879
|
"easter 1": {
|
|
11830
|
-
"
|
|
11880
|
+
"name": {
|
|
11881
|
+
"en": "Easter Monday",
|
|
11882
|
+
"zh": "復活節星期一"
|
|
11883
|
+
},
|
|
11831
11884
|
"disable": [
|
|
11832
11885
|
"2021-04-05"
|
|
11833
|
-
],
|
|
11834
|
-
"enable": [
|
|
11835
|
-
"2021-04-06"
|
|
11836
11886
|
]
|
|
11837
11887
|
},
|
|
11838
|
-
"
|
|
11839
|
-
"
|
|
11840
|
-
|
|
11888
|
+
"2021-04-06": {
|
|
11889
|
+
"name": {
|
|
11890
|
+
"en": "The day following Easter Monday",
|
|
11891
|
+
"zh": "復活節星期一翌日"
|
|
11892
|
+
}
|
|
11893
|
+
},
|
|
11894
|
+
"05-01 not on Sunday": {
|
|
11895
|
+
"name": {
|
|
11896
|
+
"en": "Labour Day",
|
|
11897
|
+
"zh": "勞動節"
|
|
11898
|
+
}
|
|
11841
11899
|
},
|
|
11842
|
-
"
|
|
11900
|
+
"substitutes 05-01 if Sunday then next Monday": {
|
|
11901
|
+
"name": {
|
|
11902
|
+
"en": "The day following Labour Day",
|
|
11903
|
+
"zh": "勞動節翌日"
|
|
11904
|
+
}
|
|
11905
|
+
},
|
|
11906
|
+
"chinese 04-0-08 not on Sunday": {
|
|
11843
11907
|
"name": {
|
|
11844
11908
|
"en": "Birthday of the Buddha",
|
|
11845
11909
|
"zh": "佛誕"
|
|
11846
11910
|
}
|
|
11847
11911
|
},
|
|
11848
|
-
"chinese
|
|
11912
|
+
"substitutes chinese 04-0-08 if Sunday then next Monday": {
|
|
11849
11913
|
"name": {
|
|
11850
|
-
"en": "
|
|
11851
|
-
"zh": "
|
|
11914
|
+
"en": "The day following Birthday of the Buddha",
|
|
11915
|
+
"zh": "佛誕翌日"
|
|
11852
11916
|
}
|
|
11853
11917
|
},
|
|
11854
|
-
"
|
|
11855
|
-
"
|
|
11918
|
+
"chinese 05-0-05 not on Sunday": {
|
|
11919
|
+
"name": {
|
|
11920
|
+
"en": "Tuen Ng Festival",
|
|
11921
|
+
"zh": "端午節"
|
|
11922
|
+
}
|
|
11923
|
+
},
|
|
11924
|
+
"substitutes chinese 05-0-05 if Sunday then next Monday": {
|
|
11925
|
+
"name": {
|
|
11926
|
+
"en": "The day following Tuen Ng Festival",
|
|
11927
|
+
"zh": "端午節翌日"
|
|
11928
|
+
}
|
|
11929
|
+
},
|
|
11930
|
+
"07-01 not on Sunday": {
|
|
11856
11931
|
"name": {
|
|
11857
11932
|
"en": "Hong Kong Special Administrative Region Establishment Day",
|
|
11858
11933
|
"zh": "香港特別行政區成立紀念日"
|
|
11859
11934
|
}
|
|
11860
11935
|
},
|
|
11861
|
-
"
|
|
11862
|
-
"
|
|
11936
|
+
"substitutes 07-01 if Sunday then next Monday": {
|
|
11937
|
+
"name": {
|
|
11938
|
+
"en": "The day following Hong Kong Special Administrative Region Establishment Day",
|
|
11939
|
+
"zh": "香港特別行政區成立紀念日翌日"
|
|
11940
|
+
}
|
|
11941
|
+
},
|
|
11942
|
+
"chinese 08-0-16 not on Sunday": {
|
|
11863
11943
|
"name": {
|
|
11864
11944
|
"en": "The day following the Chinese Mid-Autumn Festival",
|
|
11865
11945
|
"zh": "中秋節翌日"
|
|
11866
11946
|
}
|
|
11867
11947
|
},
|
|
11868
|
-
"
|
|
11869
|
-
"
|
|
11948
|
+
"substitutes chinese 08-0-16 if Sunday then next Monday": {
|
|
11949
|
+
"name": {
|
|
11950
|
+
"en": "The second day following the Chinese Mid-Autumn Festival",
|
|
11951
|
+
"zh": "中秋節後第二日"
|
|
11952
|
+
}
|
|
11953
|
+
},
|
|
11954
|
+
"10-01 not on Sunday": {
|
|
11870
11955
|
"name": {
|
|
11871
11956
|
"en": "National Day",
|
|
11872
11957
|
"zh": "國慶日"
|
|
11873
11958
|
}
|
|
11874
11959
|
},
|
|
11875
|
-
"
|
|
11876
|
-
"
|
|
11960
|
+
"substitutes 10-01 if Sunday then next Monday": {
|
|
11961
|
+
"name": {
|
|
11962
|
+
"en": "The day following National Day",
|
|
11963
|
+
"zh": "國慶日翌日"
|
|
11964
|
+
}
|
|
11965
|
+
},
|
|
11966
|
+
"chinese 09-0-09 not on Sunday": {
|
|
11877
11967
|
"name": {
|
|
11878
11968
|
"en": "Chung Yeung Festival",
|
|
11879
|
-
"zh": "
|
|
11969
|
+
"zh": "重陽節"
|
|
11880
11970
|
}
|
|
11881
11971
|
},
|
|
11882
|
-
"
|
|
11883
|
-
"
|
|
11884
|
-
|
|
11972
|
+
"substitutes chinese 09-0-09 if Sunday then next Monday": {
|
|
11973
|
+
"name": {
|
|
11974
|
+
"en": "The day following Chung Yeung Festival",
|
|
11975
|
+
"zh": "重陽節翌日"
|
|
11976
|
+
}
|
|
11885
11977
|
},
|
|
11886
|
-
"12-
|
|
11887
|
-
"
|
|
11978
|
+
"12-25 not on Sunday": {
|
|
11979
|
+
"name": {
|
|
11980
|
+
"en": "Christmas Day",
|
|
11981
|
+
"zh": "聖誕節"
|
|
11982
|
+
}
|
|
11983
|
+
},
|
|
11984
|
+
"12-26 not on Sunday": {
|
|
11985
|
+
"name": {
|
|
11986
|
+
"en": "The first weekday after Christmas Day",
|
|
11987
|
+
"zh": "聖誕節後第一個周日"
|
|
11988
|
+
}
|
|
11989
|
+
},
|
|
11990
|
+
"substitutes 12-25 if Sunday then next Tuesday": {
|
|
11991
|
+
"name": {
|
|
11992
|
+
"en": "The second weekday after Christmas Day",
|
|
11993
|
+
"zh": "聖誕節後第二個周日"
|
|
11994
|
+
}
|
|
11995
|
+
},
|
|
11996
|
+
"substitutes 12-26 if Sunday then next Monday": {
|
|
11888
11997
|
"name": {
|
|
11889
11998
|
"en": "The first weekday after Christmas Day",
|
|
11890
|
-
"zh": "
|
|
11999
|
+
"zh": "聖誕節後第一個周日"
|
|
11891
12000
|
}
|
|
11892
12001
|
}
|
|
11893
12002
|
}
|
|
@@ -20135,7 +20244,7 @@ const data = {
|
|
|
20135
20244
|
"en": "National Day"
|
|
20136
20245
|
}
|
|
20137
20246
|
},
|
|
20138
|
-
"
|
|
20247
|
+
"30 Ramadan P4D": {
|
|
20139
20248
|
"_name": "1 Shawwal"
|
|
20140
20249
|
},
|
|
20141
20250
|
"9 Dhu al-Hijjah P4D": {
|
|
@@ -20603,6 +20712,9 @@ const data = {
|
|
|
20603
20712
|
"2024-05-22": {
|
|
20604
20713
|
"_name": "Vesak"
|
|
20605
20714
|
},
|
|
20715
|
+
"2025-05-12": {
|
|
20716
|
+
"_name": "Vesak"
|
|
20717
|
+
},
|
|
20606
20718
|
"2000-10-26": {
|
|
20607
20719
|
"_name": "Deepavali"
|
|
20608
20720
|
},
|
|
@@ -25148,53 +25260,44 @@ const data = {
|
|
|
25148
25260
|
}
|
|
25149
25261
|
]
|
|
25150
25262
|
},
|
|
25151
|
-
"04-19": {
|
|
25263
|
+
"04-19 since 2005 and prior to 2013": {
|
|
25152
25264
|
"name": {
|
|
25153
25265
|
"en": "Anniversary of the election of Pope Benedict XVI",
|
|
25154
25266
|
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25155
|
-
}
|
|
25156
|
-
"active": [
|
|
25157
|
-
{
|
|
25158
|
-
"from": 2005,
|
|
25159
|
-
"to": 2013
|
|
25160
|
-
}
|
|
25161
|
-
]
|
|
25267
|
+
}
|
|
25162
25268
|
},
|
|
25163
|
-
"03-19
|
|
25269
|
+
"03-19 since 2005 and prior to 2013": {
|
|
25164
25270
|
"name": {
|
|
25165
25271
|
"en": "Saint Joseph - Name day of the Holy Father",
|
|
25166
25272
|
"it": "San Giuseppe - Onomastico del Santo Padre"
|
|
25167
25273
|
},
|
|
25168
|
-
"note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
|
|
25169
|
-
"active": [
|
|
25170
|
-
{
|
|
25171
|
-
"from": 2005,
|
|
25172
|
-
"to": 2013
|
|
25173
|
-
}
|
|
25174
|
-
]
|
|
25274
|
+
"note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
|
|
25175
25275
|
},
|
|
25176
|
-
"03-13": {
|
|
25276
|
+
"03-13 since 2013 and prior to 2026": {
|
|
25177
25277
|
"name": {
|
|
25178
25278
|
"en": "Anniversary of the election of Pope Francis",
|
|
25179
25279
|
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25180
|
-
}
|
|
25181
|
-
"active": [
|
|
25182
|
-
{
|
|
25183
|
-
"from": 2013
|
|
25184
|
-
}
|
|
25185
|
-
]
|
|
25280
|
+
}
|
|
25186
25281
|
},
|
|
25187
|
-
"04-23": {
|
|
25282
|
+
"04-23 since 2013 and prior to 2026": {
|
|
25188
25283
|
"name": {
|
|
25189
25284
|
"en": "Saint George - Name day of the Holy Father",
|
|
25190
25285
|
"it": "San Giorgio - Onomastico del Santo Padre"
|
|
25191
25286
|
},
|
|
25192
|
-
"note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
|
|
25193
|
-
|
|
25194
|
-
|
|
25195
|
-
|
|
25196
|
-
|
|
25197
|
-
|
|
25287
|
+
"note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
|
|
25288
|
+
},
|
|
25289
|
+
"05-08 since 2026": {
|
|
25290
|
+
"name": {
|
|
25291
|
+
"en": "Anniversary of the election of Pope Leo XIV",
|
|
25292
|
+
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25293
|
+
}
|
|
25294
|
+
},
|
|
25295
|
+
"09-17 since 2025": {
|
|
25296
|
+
"name": {
|
|
25297
|
+
"en": "Saint Robert Bellarmine - Name day of the Holy Father",
|
|
25298
|
+
"it": "San Roberto Bellarmino - Onomastico del Santo Padre"
|
|
25299
|
+
},
|
|
25300
|
+
"note": "Name day of Pope Leo XIV (Robert Francis Prevost)"
|
|
25198
25301
|
}
|
|
25199
25302
|
}
|
|
25200
25303
|
},
|
|
@@ -26723,7 +26826,7 @@ const data = {
|
|
|
26723
26826
|
"id": "Hari Raya Natal",
|
|
26724
26827
|
"it": "Natale",
|
|
26725
26828
|
"is": "Jóladagur",
|
|
26726
|
-
"jp": "
|
|
26829
|
+
"jp": "クリスマス",
|
|
26727
26830
|
"kl": "juullerujussuaq",
|
|
26728
26831
|
"ko": "기독탄신일",
|
|
26729
26832
|
"lb": "Chrëschtdag",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.24.
|
|
3
|
+
"version": "3.24.4",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -40,12 +40,14 @@
|
|
|
40
40
|
"Brandon Bay <brandon.bay@gmail.com>",
|
|
41
41
|
"Brian Keifer <brian@valinor.net>",
|
|
42
42
|
"Christian Schinnerl <Schinnerl.Christian@gmail.com>",
|
|
43
|
+
"Cookie <yoshi.hmd@gmail.com>",
|
|
43
44
|
"Cristian Andrade <cr.andrade.m@gmail.com>",
|
|
44
45
|
"Cristóbal Berríos <crisberrios@uc.cl>",
|
|
45
46
|
"Daichan <daichi.yasuda@asbloom.me>",
|
|
46
47
|
"damon02 <damon@teqplay.nl>",
|
|
47
48
|
"David Álvarez Navarro <david16an@gmail.com>",
|
|
48
49
|
"Diego Henrique Oliveira <contato@diegoholiveira.com>",
|
|
50
|
+
"Dominik Bruhn <dominik@menlo79.com>",
|
|
49
51
|
"Edwyn McMillan <codemcmillan@gmail.com>",
|
|
50
52
|
"Emanuel Hoogeveen <emanuel@medweb.nl>",
|
|
51
53
|
"Erlend Ellingsen <erlend.ame@gmail.com>",
|
|
@@ -137,6 +139,7 @@
|
|
|
137
139
|
"Will Bamford <w.bamford@gmail.com>",
|
|
138
140
|
"William Santos <william@MacBook-Pro-de-William-2.local>",
|
|
139
141
|
"Yannick <yannick.franssen@outlook.com>",
|
|
142
|
+
"Yari's Apple Minion <yarismeeseeks@icloud.com>",
|
|
140
143
|
"Yoshio HANAWA <y@hnw.jp>",
|
|
141
144
|
"Yosuke Kumakura <kumatch@gmail.com>",
|
|
142
145
|
"Zacharias Erlandsson <zacharias.erlandsson@gmail.com>",
|