date-holidays 3.29.0 → 3.30.1
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 +27 -0
- package/LICENSE +3 -1
- package/README.md +12 -3
- package/data/countries/AR.yaml +41 -12
- package/data/countries/BE.yaml +19 -5
- package/data/countries/DE.yaml +1 -1
- package/data/countries/IT.yaml +1 -1
- package/data/countries/NF.yaml +54 -0
- package/data/countries/PK.yaml +65 -0
- package/data/holidays.json +220 -16
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/eslint.config.mjs +74 -0
- package/lib/data.cjs +220 -16
- package/package.json +11 -10
- package/src/data.js +21029 -20825
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.30.1](https://github.com/commenthol/date-holidays/compare/3.30.0...3.30.1) (2026-05-20)
|
|
4
|
+
|
|
5
|
+
- docs: update license attributions [acc0f600](https://github.com/commenthol/date-holidays/commit/acc0f600d13bfca42d18467595ec5263fcfd24fc)
|
|
6
|
+
- fix(BE): use Belgian holiday names and update sources [d1b6df26](https://github.com/commenthol/date-holidays/commit/d1b6df26c5b5f6bf6a16e1fbeff85094155394b5)
|
|
7
|
+
|
|
8
|
+
## [3.30.0](https://github.com/commenthol/date-holidays/compare/3.29.0...3.30.0) (2026-05-20)
|
|
9
|
+
|
|
10
|
+
- docs: update license attribution and README [43cbd5f9](https://github.com/commenthol/date-holidays/commit/43cbd5f94fbdc347343b9d3423a3b6a26bda7159)
|
|
11
|
+
- chore: exclude pnpm-lock.yaml from yaml linting [44708cf6](https://github.com/commenthol/date-holidays/commit/44708cf62dff950cf235b7e7cf253303c7dfd1a0)
|
|
12
|
+
- fix(DE): correct spelling of Mecklenburg-Vorpommern [a27b0c09](https://github.com/commenthol/date-holidays/commit/a27b0c09a341a262504d29265a5c5b131e587ac1)
|
|
13
|
+
- feat(PK): add Pakistan public holidays [6728368c](https://github.com/commenthol/date-holidays/commit/6728368c39f278d967794bf6f84b91433616042c)
|
|
14
|
+
- chore(AR): regenerate AR fixtures after holiday updates [69578d29](https://github.com/commenthol/date-holidays/commit/69578d295e12863aeaee0769d0bb447ec144466c)
|
|
15
|
+
- fix(AR): include Friday in June 17 moving rule [0113669e](https://github.com/commenthol/date-holidays/commit/0113669e06514577a0afeee1cba83361aff1e232)
|
|
16
|
+
- chore(AR): update top-level holiday sources [4ab7f5dd](https://github.com/commenthol/date-holidays/commit/4ab7f5dd010d68179de7dcbafa73748f00005a4c)
|
|
17
|
+
- fix(AR): align Dec 8 holiday naming [101880b1](https://github.com/commenthol/date-holidays/commit/101880b10574f60dd5dc6e79354c1e33c00f7aaf)
|
|
18
|
+
- fix(AR): split June 20 name by legal periods [ddf39f64](https://github.com/commenthol/date-holidays/commit/ddf39f64283b59c3c335214ca71e67de34b0680c)
|
|
19
|
+
- fix(AR): use official Güemes holiday name [74e94e4a](https://github.com/commenthol/date-holidays/commit/74e94e4a6f43acf01cbf88ceaf54e46583076db3)
|
|
20
|
+
- fix(AR): add 2026 tourism non-working days [f5731abf](https://github.com/commenthol/date-holidays/commit/f5731abfad4096b4482913426e82fa0743b99e48)
|
|
21
|
+
- fix(AR): align May 25 holiday name with official source [22c35cb0](https://github.com/commenthol/date-holidays/commit/22c35cb080f544ed8e11592a8d57839edc8b7965)
|
|
22
|
+
- chore: update actions/checkout and actions/setup-node to v6 [3df9f0d4](https://github.com/commenthol/date-holidays/commit/3df9f0d4c9b9f0aca6325962fe746b0891a55a86)
|
|
23
|
+
- chore: add linting step to CI workflow [01d43967](https://github.com/commenthol/date-holidays/commit/01d439679d2f6585cf73149d05559ad179aa6949)
|
|
24
|
+
- refactor: handle new linting issues after ESLint update [b3591d81](https://github.com/commenthol/date-holidays/commit/b3591d81c62a5e1667dde56e2d6bd9c40906980b)
|
|
25
|
+
- chore: modernize ESLint setup [b5ff61e5](https://github.com/commenthol/date-holidays/commit/b5ff61e5b6d659972781c511dcf5de8ae268a904)
|
|
26
|
+
- fix(IT): IT.21.TO region name [3689bf51](https://github.com/commenthol/date-holidays/commit/3689bf5109b2c3a0ace69d9132927f3553f2cf12)
|
|
27
|
+
- docs(NF): Update README [59e3dc28](https://github.com/commenthol/date-holidays/commit/59e3dc284127ea33a26a3e7e070ead78f689fb2b)
|
|
28
|
+
- feat(NF,#294): Add Norfolk Island [1e86866f](https://github.com/commenthol/date-holidays/commit/1e86866f072dc96e8c7825eb3447586d97c3363b)
|
|
29
|
+
|
|
3
30
|
## [3.29.0](https://github.com/commenthol/date-holidays/compare/3.28.0...3.29.0) (2026-05-14)
|
|
4
31
|
|
|
5
32
|
- fix(BZ): change attribution to source [433a44e2](https://github.com/commenthol/date-holidays/commit/433a44e29eae4d7d968460acfba11433c37253c8)
|
package/LICENSE
CHANGED
|
@@ -34,7 +34,6 @@ CC BY-SA 3.0 Attributions
|
|
|
34
34
|
https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
|
|
35
35
|
https://da.wikipedia.org/wiki/Danske_helligdage
|
|
36
36
|
https://de.m.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
|
|
37
|
-
https://de.m.wikipedia.org/wiki/Feiertage_in_Belgien
|
|
38
37
|
https://de.m.wikipedia.org/wiki/Feiertage_in_Deutschland
|
|
39
38
|
https://de.m.wikipedia.org/wiki/Feiertage_in_Italien
|
|
40
39
|
https://de.m.wikipedia.org/wiki/Feiertage_in_der_Schweiz
|
|
@@ -118,6 +117,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Namibia
|
|
|
118
117
|
https://en.wikipedia.org/wiki/Public_holidays_in_New_Zealand
|
|
119
118
|
https://en.wikipedia.org/wiki/Public_holidays_in_Nigeria
|
|
120
119
|
https://en.wikipedia.org/wiki/Public_holidays_in_Norway
|
|
120
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_Pakistan
|
|
121
121
|
https://en.wikipedia.org/wiki/Public_holidays_in_Panama
|
|
122
122
|
https://en.wikipedia.org/wiki/Public_holidays_in_Paraguay
|
|
123
123
|
https://en.wikipedia.org/wiki/Public_holidays_in_Peru
|
|
@@ -199,6 +199,7 @@ https://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E3%81%AE%E7%A5%9D%E6%97%A5
|
|
|
199
199
|
https://lb.wikipedia.org/wiki/Gesetzlech_Feierdeeg_zu_L%C3%ABtzebuerg
|
|
200
200
|
https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
|
|
201
201
|
https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
202
|
+
https://nl.wikipedia.org/wiki/Feestdagen_in_Belgi%C3%AB
|
|
202
203
|
https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
203
204
|
https://nl.wikipedia.org/wiki/Gronings_Ontzet
|
|
204
205
|
https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
|
@@ -226,5 +227,6 @@ https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
|
|
|
226
227
|
https://ru.m.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
227
228
|
https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
|
|
228
229
|
https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
|
|
230
|
+
https://ur.wikipedia.org/wiki/%D8%AA%D8%B9%D8%B7%DB%8C%D9%84%D8%A7%D8%AA_%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86
|
|
229
231
|
|
|
230
232
|
</attribution>
|
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ If you are missing holidays from your country, state, region please consider
|
|
|
57
57
|
<!-- !tree -->
|
|
58
58
|
|
|
59
59
|
```
|
|
60
|
-
Countries:
|
|
60
|
+
Countries: 206
|
|
61
61
|
├── AD: Andorra
|
|
62
62
|
│ └── 07: Andorra la Vella
|
|
63
63
|
├── AE: دولة الإمارات العربية المتحدة
|
|
@@ -247,7 +247,7 @@ Countries: 204
|
|
|
247
247
|
│ ├── HB: Hansestadt Bremen
|
|
248
248
|
│ ├── HE: Hessen
|
|
249
249
|
│ ├── HH: Hansestadt Hamburg
|
|
250
|
-
│ ├── MV: Mecklenburg
|
|
250
|
+
│ ├── MV: Mecklenburg-Vorpommern
|
|
251
251
|
│ ├── NI: Niedersachsen
|
|
252
252
|
│ ├── NW: Nordrhein-Westfalen
|
|
253
253
|
│ ├── RP: Rheinland-Pfalz
|
|
@@ -415,7 +415,7 @@ Countries: 204
|
|
|
415
415
|
├── IS: Ísland
|
|
416
416
|
├── IT: Italia
|
|
417
417
|
│ ├── 21: Piedmont
|
|
418
|
-
│ │ └── TO:
|
|
418
|
+
│ │ └── TO: Torino
|
|
419
419
|
│ ├── 25: Lombardy
|
|
420
420
|
│ │ └── MI: Milan
|
|
421
421
|
│ ├── 32: Alto Adige
|
|
@@ -481,6 +481,7 @@ Countries: 204
|
|
|
481
481
|
├── NA: Namibia
|
|
482
482
|
├── NC: Nouvelle-Calédonie
|
|
483
483
|
├── NE: République du Niger
|
|
484
|
+
├── NF: Norfolk Island
|
|
484
485
|
├── NG: Nigeria
|
|
485
486
|
├── NI: Nicaragua
|
|
486
487
|
├── NL: Nederland
|
|
@@ -517,6 +518,14 @@ Countries: 204
|
|
|
517
518
|
│ └── CUS: Cuzco
|
|
518
519
|
├── PF: Polynésie française
|
|
519
520
|
├── PH: Philippines
|
|
521
|
+
├── PK: پاکستان
|
|
522
|
+
│ ├── BA: Balochistan
|
|
523
|
+
│ ├── GB: Gilgit-Baltistan
|
|
524
|
+
│ ├── IS: Islamabad
|
|
525
|
+
│ ├── JK: Azad Kashmir
|
|
526
|
+
│ ├── KP: Khyber Pakhtunkhwa
|
|
527
|
+
│ ├── PB: Punjab
|
|
528
|
+
│ └── SD: Sindh
|
|
520
529
|
├── PL: Polska
|
|
521
530
|
├── PM: St. Pierre & Miquelon
|
|
522
531
|
├── PR: Puerto Rico
|
package/data/countries/AR.yaml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @source
|
|
3
|
-
# @source https://www.argentina.gob.ar/
|
|
4
|
-
# @source https://www.argentina.gob.ar/interior/feriados-nacionales-2022
|
|
2
|
+
# @source https://www.argentina.gob.ar/feriados
|
|
3
|
+
# @source https://www.argentina.gob.ar/jefatura/feriados-nacionales-2026
|
|
5
4
|
AR:
|
|
6
5
|
names:
|
|
7
6
|
es: Argentina
|
|
@@ -86,8 +85,8 @@ holidays:
|
|
|
86
85
|
_name: 05-01
|
|
87
86
|
05-25:
|
|
88
87
|
name:
|
|
89
|
-
en: Day of the
|
|
90
|
-
es:
|
|
88
|
+
en: Day of the May Revolution
|
|
89
|
+
es: Día de la Revolución de Mayo
|
|
91
90
|
# Holiday moved from 04-02 in 1984
|
|
92
91
|
# @source https://www.argentina.gob.ar/normativa/nacional/decreto-901-1984-65455
|
|
93
92
|
06-10:
|
|
@@ -109,20 +108,25 @@ holidays:
|
|
|
109
108
|
- from: "1988-05-18"
|
|
110
109
|
to: "2000-12-15"
|
|
111
110
|
# introduced in 2016
|
|
112
|
-
# @source https://www.argentina.gob.ar/normativa/nacional/ley-27258-262574
|
|
113
|
-
06-17 if tuesday,wednesday then previous monday if thursday then next monday:
|
|
111
|
+
# @source https://www.argentina.gob.ar/normativa/nacional/ley-27258-262574
|
|
112
|
+
06-17 if tuesday,wednesday then previous monday if thursday,friday then next monday:
|
|
114
113
|
name:
|
|
115
114
|
en: Anniversary of the Passing to Immortality of General Martín Miguel de Güemes
|
|
116
|
-
es:
|
|
115
|
+
es: Paso a la Inmortalidad del General Don Martín Miguel de Güemes
|
|
117
116
|
active:
|
|
118
117
|
- from: "2016-06-11"
|
|
119
118
|
# Introduced in 1938
|
|
120
119
|
# @source https://www.argentina.gob.ar/normativa/nacional/ley-12361-232587/texto
|
|
121
120
|
# Made fixed (non-movable) in 1991
|
|
122
121
|
# @source https://www.argentina.gob.ar/normativa/nacional/ley-24023-422/texto
|
|
122
|
+
# Holiday name changed in 1995
|
|
123
|
+
# Note: the norm does not explicitly say "renamed"; this is inferred from
|
|
124
|
+
# the wording shift between Ley 12.361 ("Día de la Bandera") and
|
|
125
|
+
# Ley 24.445 Art. 4 ("paso a la inmortalidad del General Manuel Belgrano").
|
|
126
|
+
# @source https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto
|
|
123
127
|
# Became fixed again in 2010
|
|
124
128
|
# @source https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto
|
|
125
|
-
06-20:
|
|
129
|
+
"06-20 #1":
|
|
126
130
|
name:
|
|
127
131
|
en: National Flag Day
|
|
128
132
|
es: Día de la Bandera
|
|
@@ -131,6 +135,12 @@ holidays:
|
|
|
131
135
|
to: "1988-05-23"
|
|
132
136
|
- from: "1991-12-18"
|
|
133
137
|
to: "1995-01-10"
|
|
138
|
+
"06-20 #2":
|
|
139
|
+
name:
|
|
140
|
+
en: Anniversary of the Passing to Immortality of General Manuel Belgrano
|
|
141
|
+
es: Paso a la Inmortalidad del General D. Manuel Belgrano
|
|
142
|
+
active:
|
|
143
|
+
# Fixed-date form resumes in 2010; name change itself is modeled from 1995.
|
|
134
144
|
- from: "2010-11-03"
|
|
135
145
|
# Made movable in 1988
|
|
136
146
|
# @source https://biblioteca.afip.gob.ar/dcp/LEY_C_023555_1988_04_28
|
|
@@ -145,8 +155,8 @@ holidays:
|
|
|
145
155
|
# @source https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto
|
|
146
156
|
3rd monday in June:
|
|
147
157
|
name:
|
|
148
|
-
en:
|
|
149
|
-
es:
|
|
158
|
+
en: Anniversary of the Passing to Immortality of General Manuel Belgrano
|
|
159
|
+
es: Paso a la Inmortalidad del General D. Manuel Belgrano
|
|
150
160
|
active:
|
|
151
161
|
- from: "1995-01-11"
|
|
152
162
|
to: "2010-11-02"
|
|
@@ -274,7 +284,9 @@ holidays:
|
|
|
274
284
|
# Introduced in 1995
|
|
275
285
|
# @source https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto
|
|
276
286
|
12-08:
|
|
277
|
-
|
|
287
|
+
name:
|
|
288
|
+
en: Immaculate Conception of Mary
|
|
289
|
+
es: Inmaculada Concepción de María
|
|
278
290
|
active:
|
|
279
291
|
- from: "1995-01-11"
|
|
280
292
|
"12-24 12:00":
|
|
@@ -316,6 +328,23 @@ holidays:
|
|
|
316
328
|
name:
|
|
317
329
|
en: National Holiday for the World Football Champions in the FIFA World Cup QATAR 2022
|
|
318
330
|
es: Feriado Nacional de los Campeones Mundiales de Fútbol en la Copa Mundial de la FIFA CATAR 2022
|
|
331
|
+
# 2026 non-working days for tourism purposes
|
|
332
|
+
# @source https://www.argentina.gob.ar/normativa/nacional/resoluci%C3%B3n-164-2025-421799
|
|
333
|
+
"2026-03-23":
|
|
334
|
+
name:
|
|
335
|
+
en: Tourism Purposes Non-Working Day
|
|
336
|
+
es: Día no laborable con fines turísticos
|
|
337
|
+
type: optional
|
|
338
|
+
"2026-07-10":
|
|
339
|
+
name:
|
|
340
|
+
en: Tourism Purposes Non-Working Day
|
|
341
|
+
es: Día no laborable con fines turísticos
|
|
342
|
+
type: optional
|
|
343
|
+
"2026-12-07":
|
|
344
|
+
name:
|
|
345
|
+
en: Tourism Purposes Non-Working Day
|
|
346
|
+
es: Día no laborable con fines turísticos
|
|
347
|
+
type: optional
|
|
319
348
|
# National Census
|
|
320
349
|
# @source https://www.argentina.gob.ar/normativa/nacional/ley-22307-202349
|
|
321
350
|
"1980-10-22":
|
package/data/countries/BE.yaml
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @
|
|
2
|
+
# @source https://www.emploi.belgique.be/fr/themes/international/detachement/conditions-de-travail-respecter-en-cas-de-detachement-en-2
|
|
3
|
+
# @source https://www.werk.belgie.be/nl/themas/internationaal/detachering/na-te-leven-arbeidsvoorwaarden-geval-van-detachering-naar-3
|
|
4
|
+
# @attrib https://nl.wikipedia.org/wiki/Feestdagen_in_Belgi%C3%AB
|
|
3
5
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Belgium
|
|
4
6
|
BE:
|
|
5
7
|
names:
|
|
@@ -29,23 +31,35 @@ holidays:
|
|
|
29
31
|
_name: easter
|
|
30
32
|
type: observance
|
|
31
33
|
easter 1:
|
|
32
|
-
|
|
34
|
+
name:
|
|
35
|
+
fr: Lundi de Pâques
|
|
36
|
+
nl: Paasmaandag
|
|
37
|
+
de: Ostermontag
|
|
33
38
|
05-01:
|
|
34
39
|
_name: 05-01
|
|
35
40
|
2nd sunday in May:
|
|
36
41
|
_name: Mothers Day
|
|
37
42
|
type: observance
|
|
38
43
|
easter 39:
|
|
39
|
-
|
|
44
|
+
name:
|
|
45
|
+
nl: Hemelvaartsdag
|
|
46
|
+
fr: Ascension
|
|
47
|
+
de: Christi Himmelfahrt
|
|
40
48
|
easter 49:
|
|
41
49
|
_name: easter 49
|
|
42
50
|
type: observance
|
|
43
51
|
easter 50:
|
|
44
|
-
|
|
52
|
+
name:
|
|
53
|
+
fr: Lundi de Pentecôte
|
|
54
|
+
nl: Pinkstermaandag
|
|
55
|
+
de: Pfingstmontag
|
|
45
56
|
07-21:
|
|
46
57
|
_name: National Holiday
|
|
47
58
|
08-15:
|
|
48
|
-
|
|
59
|
+
name:
|
|
60
|
+
fr: Assomption
|
|
61
|
+
nl: Tenhemelopneming
|
|
62
|
+
de: Mariä Himmelfahrt
|
|
49
63
|
11-01:
|
|
50
64
|
_name: 11-01
|
|
51
65
|
11-02:
|
package/data/countries/DE.yaml
CHANGED
|
@@ -227,7 +227,7 @@ holidays:
|
|
|
227
227
|
active:
|
|
228
228
|
- from: 2018-01-01
|
|
229
229
|
MV:
|
|
230
|
-
name: Mecklenburg
|
|
230
|
+
name: Mecklenburg-Vorpommern
|
|
231
231
|
days:
|
|
232
232
|
# @source https://www.dokumentation.landtag-mv.de/parldok/dokument/52063/viertes_gesetz_zur_aenderung_des_feiertagsgesetzes_mecklenburg_vorpommern.pdf
|
|
233
233
|
03-08 since 2023:
|
package/data/countries/IT.yaml
CHANGED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
holidays:
|
|
2
|
+
# @source http://www.norfolkisland.gov.nf/sites/default/files/docs/NIRC/Gazettes/2017/2017_09_29%20Gazette%20No.%2099.pdf 2018
|
|
3
|
+
# @source http://www.norfolkisland.gov.nf/sites/default/files/docs/NIRC/Gazettes/2018_06_29%20Gazette%20No.%2026.pdf 2019
|
|
4
|
+
# @source http://www.norfolkisland.gov.nf/sites/default/files/docs/NIRC/Gazettes/2019_07_05%20Gazette%20No.%2030.pdf 2020
|
|
5
|
+
# @source http://www.norfolkislander.com/images/2020_07_31_Gazette_No._35.pdf 2021
|
|
6
|
+
# @source http://www.norfolkisland.gov.nf/sites/default/files/docs/NIRC/Gazettes/2021_07_09%20Gazette%20No.%2029.pdf 2022
|
|
7
|
+
NF:
|
|
8
|
+
names:
|
|
9
|
+
en: Norfolk Island
|
|
10
|
+
dayoff: sunday
|
|
11
|
+
langs:
|
|
12
|
+
- en
|
|
13
|
+
zones:
|
|
14
|
+
- Pacific/Norfolk
|
|
15
|
+
_days: AU
|
|
16
|
+
days:
|
|
17
|
+
2nd monday in March: false
|
|
18
|
+
03-06 and if saturday,sunday then next monday:
|
|
19
|
+
name:
|
|
20
|
+
en: Foundation Day
|
|
21
|
+
type: public
|
|
22
|
+
easter: false
|
|
23
|
+
04-25 if sunday then next monday: false
|
|
24
|
+
"2020-04-27": false
|
|
25
|
+
04-25:
|
|
26
|
+
name:
|
|
27
|
+
en: Anzac Day
|
|
28
|
+
easter -1: false
|
|
29
|
+
monday after 05-27: false
|
|
30
|
+
06-08 if saturday,sunday then next monday:
|
|
31
|
+
substitute: true
|
|
32
|
+
name:
|
|
33
|
+
en: Anniversary (Bounty) Day
|
|
34
|
+
type: public
|
|
35
|
+
2nd monday in June: false
|
|
36
|
+
# FIXME: twice "is public holiday then" results in infinite recursion; needs fix in parser
|
|
37
|
+
# Monday after 2nd saturday in June prior to 2022-09-09 if is public holiday then next monday:
|
|
38
|
+
Monday after 2nd saturday in June prior to 2022-09-09:
|
|
39
|
+
substitute: true
|
|
40
|
+
name:
|
|
41
|
+
en: Queen's Birthday
|
|
42
|
+
# "2nd monday in June #1": false
|
|
43
|
+
Monday after 2nd saturday in June since 2022-09-09 if is public holiday then next monday:
|
|
44
|
+
name:
|
|
45
|
+
en: King's Birthday
|
|
46
|
+
1st monday in October: false
|
|
47
|
+
2nd monday in October:
|
|
48
|
+
name:
|
|
49
|
+
en: Norfolk Island Agricultural Show
|
|
50
|
+
type: public
|
|
51
|
+
Wednesday before 12-01:
|
|
52
|
+
name:
|
|
53
|
+
en: Thanksgiving Day
|
|
54
|
+
type: public
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Pakistan
|
|
2
|
+
# @attrib https://ur.wikipedia.org/wiki/%D8%AA%D8%B9%D8%B7%DB%8C%D9%84%D8%A7%D8%AA_%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86
|
|
3
|
+
holidays:
|
|
4
|
+
PK:
|
|
5
|
+
names:
|
|
6
|
+
en: Pakistan
|
|
7
|
+
ur: پاکستان
|
|
8
|
+
langs:
|
|
9
|
+
- ur
|
|
10
|
+
zones:
|
|
11
|
+
- Asia/Karachi
|
|
12
|
+
dayoff: sunday
|
|
13
|
+
days:
|
|
14
|
+
02-05:
|
|
15
|
+
name:
|
|
16
|
+
en: Kashmir Day
|
|
17
|
+
ur: یومِ یکجہتیِ کشمیر
|
|
18
|
+
03-23:
|
|
19
|
+
name:
|
|
20
|
+
en: Pakistan Day
|
|
21
|
+
ur: یومِ پاکستان
|
|
22
|
+
05-01:
|
|
23
|
+
_name: 05-01
|
|
24
|
+
05-28:
|
|
25
|
+
name:
|
|
26
|
+
en: Youm-e-Takbeer
|
|
27
|
+
ur: یومِ تکبیر
|
|
28
|
+
08-14:
|
|
29
|
+
name:
|
|
30
|
+
en: Independence Day
|
|
31
|
+
ur: یومِ آزادی
|
|
32
|
+
11-09:
|
|
33
|
+
name:
|
|
34
|
+
en: Iqbal Day
|
|
35
|
+
ur: یومِ اقبال
|
|
36
|
+
12-25:
|
|
37
|
+
name:
|
|
38
|
+
en: Quaid-e-Azam Day
|
|
39
|
+
ur: یومِ قائدِاعظم
|
|
40
|
+
# Islamic holidays
|
|
41
|
+
9 Muharram P2D:
|
|
42
|
+
name:
|
|
43
|
+
en: Ashura
|
|
44
|
+
ur: عاشورہ
|
|
45
|
+
12 Rabi al-awwal:
|
|
46
|
+
_name: 12 Rabi al-awwal
|
|
47
|
+
1 Shawwal P3D:
|
|
48
|
+
_name: 1 Shawwal
|
|
49
|
+
10 Dhu al-Hijjah P3D:
|
|
50
|
+
_name: 10 Dhu al-Hijjah
|
|
51
|
+
states:
|
|
52
|
+
BA:
|
|
53
|
+
name: Balochistan
|
|
54
|
+
GB:
|
|
55
|
+
name: Gilgit-Baltistan
|
|
56
|
+
IS:
|
|
57
|
+
name: Islamabad
|
|
58
|
+
JK:
|
|
59
|
+
name: Azad Kashmir
|
|
60
|
+
KP:
|
|
61
|
+
name: Khyber Pakhtunkhwa
|
|
62
|
+
PB:
|
|
63
|
+
name: Punjab
|
|
64
|
+
SD:
|
|
65
|
+
name: Sindh
|