date-holidays 3.35.0 → 3.36.0
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 +16 -0
- package/LICENSE +5 -1
- package/README.md +29 -0
- package/data/countries/AT.yaml +3 -0
- package/data/countries/AU.yaml +139 -3
- package/data/countries/AX.yaml +13 -4
- package/data/countries/DE.yaml +9 -0
- package/data/countries/IE.yaml +10 -11
- package/data/countries/RO.yaml +2 -1
- package/data/countries/RU.yaml +540 -1
- package/data/countries/SE.yaml +8 -8
- package/data/countries/SI.yaml +12 -11
- package/data/countries/SK.yaml +3 -1
- package/data/countries/TO.yaml +5 -4
- package/data/holidays.json +1045 -79
- package/data/names.yaml +13 -13
- 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/lib/data.cjs +1045 -79
- package/package.json +14 -11
- package/src/data.js +1045 -79
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.36.0](https://github.com/commenthol/date-holidays/compare/3.35.0...3.36.0) (2026-08-25)
|
|
4
|
+
|
|
5
|
+
- docs: update license attributions and county info [2430f847](https://github.com/commenthol/date-holidays/commit/2430f847bbde8aa8563f8beb02aea661b3453360)
|
|
6
|
+
- fix(AT): type Martinstag, Tag der Volksabstimmung and Rupert as observance [ee99da74](https://github.com/commenthol/date-holidays/commit/ee99da74f0c5f097497f075ac2a4a94bc831559e)
|
|
7
|
+
- fix(IE): update holidays and source references [b78cff00](https://github.com/commenthol/date-holidays/commit/b78cff00d2683416d9c1c4de61b0e2414faf0fc6)
|
|
8
|
+
- feat(RU): add regional holiday coverage [4a54d720](https://github.com/commenthol/date-holidays/commit/4a54d720c6d8a01f86b7d095157f96cb353c2f46)
|
|
9
|
+
- fix(RO): align Romanian holiday labels [54f782ef](https://github.com/commenthol/date-holidays/commit/54f782ef409aefb325ef43a8c9ace58836328910)
|
|
10
|
+
- fix(SE): align holiday name casing with law [6885774b](https://github.com/commenthol/date-holidays/commit/6885774b7b835d934c06225437f4e50c9f74ee57)
|
|
11
|
+
- fix(AX): use official Finnish/Åland sources, fix flag day types and casing [c2572c01](https://github.com/commenthol/date-holidays/commit/c2572c0124d62b744ce7bdfad2311c92e0d24eb7)
|
|
12
|
+
- fix(SK): mark Easter Sunday as observance, not a statutory holiday [a3d48516](https://github.com/commenthol/date-holidays/commit/a3d4851676d9ff4ef5dba711642aca09e76e86d5)
|
|
13
|
+
- fix(SI): fix Slovenian capitalization + align wording with gov.si [50943688](https://github.com/commenthol/date-holidays/commit/50943688f057171cd7c122889e866e95bfa7b998)
|
|
14
|
+
- fix(SK): use official law and sk-wiki as sources, fix Good Friday name [f6e8a5f9](https://github.com/commenthol/date-holidays/commit/f6e8a5f947427d25f7c2be163952303feeb16724)
|
|
15
|
+
- fix(DE-BY-A): Make augsburg catholic In Bavaria [cd6a57b2](https://github.com/commenthol/date-holidays/commit/cd6a57b21c22eb7fa5082511d4d5983d34abe623)
|
|
16
|
+
- fix(TO): align holidays with official source [d303e094](https://github.com/commenthol/date-holidays/commit/d303e09462a1b659974627a642d20850453dabdb)
|
|
17
|
+
- fix(AU-VIC) adjusting 2026 end dates [451a065b](https://github.com/commenthol/date-holidays/commit/451a065b3f1e2a15691cc40318775a141c9e6638)
|
|
18
|
+
|
|
3
19
|
## [3.35.0](https://github.com/commenthol/date-holidays/compare/3.34.1...3.35.0) (2026-08-14)
|
|
4
20
|
|
|
5
21
|
- fix(IT): align holiday names with official sources [0c83bc5d](https://github.com/commenthol/date-holidays/commit/0c83bc5dea3bfae5fb853b8effd649a22fe2ea1a)
|
package/LICENSE
CHANGED
|
@@ -31,7 +31,6 @@ CC BY-SA 3.0 Attributions
|
|
|
31
31
|
|
|
32
32
|
<attribution>
|
|
33
33
|
|
|
34
|
-
https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
|
|
35
34
|
https://da.wikipedia.org/wiki/Danske_helligdage
|
|
36
35
|
https://de.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
|
|
37
36
|
https://de.wikipedia.org/wiki/Feiertage_in_Deutschland
|
|
@@ -47,6 +46,7 @@ https://de.wikipedia.org/wiki/Portugal#Feiertage
|
|
|
47
46
|
https://el.wikipedia.org/wiki/Επίσημες_αργίες_στην_Ελλάδα
|
|
48
47
|
https://en.wikipedia.org/wiki/2023_Singaporean_presidential_election
|
|
49
48
|
https://en.wikipedia.org/wiki/Bengali_calendars
|
|
49
|
+
https://en.wikipedia.org/wiki/Culture_of_Tonga#Public_holidays
|
|
50
50
|
https://en.wikipedia.org/wiki/Family_Day_(Canada)
|
|
51
51
|
https://en.wikipedia.org/wiki/Faroe_Islands#Public_holidays
|
|
52
52
|
https://en.wikipedia.org/wiki/List_of_public_holidays_in_South_Korea
|
|
@@ -160,6 +160,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_the_Dominican_Republic
|
|
|
160
160
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Gambia
|
|
161
161
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands
|
|
162
162
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Philippines
|
|
163
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_the_Republic_of_Ireland
|
|
163
164
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Turks_and_Caicos_Islands
|
|
164
165
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Arab_Emirates
|
|
165
166
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Kingdom
|
|
@@ -223,8 +224,11 @@ https://pt.wikipedia.org/wiki/Feriados_em_Angola
|
|
|
223
224
|
https://pt.wikipedia.org/wiki/Feriados_no_Brasil
|
|
224
225
|
https://pt.wikipedia.org/wiki/Mo%C3%A7ambique#Feriados
|
|
225
226
|
https://ro.wikipedia.org/wiki/Republica_Moldova
|
|
227
|
+
https://ro.wikipedia.org/wiki/S%C4%83rb%C4%83tori_publice_%C3%AEn_Rom%C3%A2nia
|
|
226
228
|
https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
|
|
227
229
|
https://ru.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
|
|
230
|
+
https://sk.wikipedia.org/wiki/Zoznam_sviatkov_na_Slovensku
|
|
231
|
+
https://sv.wikipedia.org/wiki/Flaggdagar_i_Finland
|
|
228
232
|
https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
|
|
229
233
|
https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
|
|
230
234
|
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
|
package/README.md
CHANGED
|
@@ -538,6 +538,35 @@ Countries: 206
|
|
|
538
538
|
├── RO: Romania
|
|
539
539
|
├── RS: Република Србија
|
|
540
540
|
├── RU: Россия
|
|
541
|
+
│ ├── AD: Республика Адыгея
|
|
542
|
+
│ ├── AL: Республика Алтай
|
|
543
|
+
│ ├── BA: Республика Башкортостан
|
|
544
|
+
│ ├── BEL: Белгородская область
|
|
545
|
+
│ ├── BRY: Брянская область
|
|
546
|
+
│ ├── BU: Республика Бурятия
|
|
547
|
+
│ ├── CE: Чеченская Республика
|
|
548
|
+
│ ├── CR: Республика Крым
|
|
549
|
+
│ ├── CU: Чувашская Республика
|
|
550
|
+
│ ├── DA: Республика Дагестан
|
|
551
|
+
│ ├── IN: Республика Ингушетия
|
|
552
|
+
│ ├── IRK: Иркутская область
|
|
553
|
+
│ ├── KB: Кабардино-Балкарская Республика
|
|
554
|
+
│ ├── KC: Карачаево-Черкесская Республика
|
|
555
|
+
│ ├── KDA: Краснодарский край
|
|
556
|
+
│ ├── KL: Республика Калмыкия
|
|
557
|
+
│ ├── KO: Республика Коми
|
|
558
|
+
│ ├── KR: Республика Карелия
|
|
559
|
+
│ ├── MR: Республика Мордовия
|
|
560
|
+
│ ├── NO: Республика Северная Осетия - Алания
|
|
561
|
+
│ ├── OMS: Омская область
|
|
562
|
+
│ ├── PNZ: Пензенская область
|
|
563
|
+
│ ├── SA: Республика Саха (Якутия)
|
|
564
|
+
│ ├── SAR: Саратовская область
|
|
565
|
+
│ ├── SEV: город Севастополь
|
|
566
|
+
│ ├── STA: Ставропольский край
|
|
567
|
+
│ ├── TA: Республика Татарстан
|
|
568
|
+
│ ├── TY: Республика Тыва
|
|
569
|
+
│ └── ZAB: Забайкальский край
|
|
541
570
|
├── RW: Rwanda
|
|
542
571
|
├── SA: المملكة العربية السعودية
|
|
543
572
|
├── SC: Seychelles
|
package/data/countries/AT.yaml
CHANGED
|
@@ -68,6 +68,7 @@ holidays:
|
|
|
68
68
|
11-11:
|
|
69
69
|
name:
|
|
70
70
|
de-at: Martinstag
|
|
71
|
+
type: observance
|
|
71
72
|
"2":
|
|
72
73
|
names:
|
|
73
74
|
de: Kärnten
|
|
@@ -79,6 +80,7 @@ holidays:
|
|
|
79
80
|
10-10:
|
|
80
81
|
name:
|
|
81
82
|
de-at: Tag der Volksabstimmung
|
|
83
|
+
type: observance
|
|
82
84
|
"3":
|
|
83
85
|
names:
|
|
84
86
|
de: Niederösterreich
|
|
@@ -108,6 +110,7 @@ holidays:
|
|
|
108
110
|
09-24:
|
|
109
111
|
name:
|
|
110
112
|
de-at: Rupert
|
|
113
|
+
type: observance
|
|
111
114
|
"6":
|
|
112
115
|
names:
|
|
113
116
|
de: Steiermark
|
package/data/countries/AU.yaml
CHANGED
|
@@ -312,30 +312,166 @@ holidays:
|
|
|
312
312
|
name:
|
|
313
313
|
en: Melbourne Cup
|
|
314
314
|
# @source https://www.vic.gov.au/school-term-dates-and-holidays-victoria
|
|
315
|
+
# 2026
|
|
315
316
|
"2026-04-03 P17D":
|
|
316
317
|
name:
|
|
317
318
|
en: Term 1 holidays
|
|
318
319
|
active:
|
|
319
320
|
- from: "2026-01-01"
|
|
320
321
|
type: school
|
|
321
|
-
"2026-06-27
|
|
322
|
+
"2026-06-27 P16D":
|
|
322
323
|
name:
|
|
323
324
|
en: Term 2 holidays
|
|
324
325
|
active:
|
|
325
326
|
- from: "2026-01-01"
|
|
326
327
|
type: school
|
|
327
|
-
"2026-09-19
|
|
328
|
+
"2026-09-19 P16D":
|
|
328
329
|
name:
|
|
329
330
|
en: Term 3 holidays
|
|
330
331
|
active:
|
|
331
332
|
- from: "2026-01-01"
|
|
332
333
|
type: school
|
|
333
|
-
|
|
334
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
335
|
+
"2026-12-19 P12D":
|
|
334
336
|
name:
|
|
335
337
|
en: Term 4 holidays
|
|
336
338
|
active:
|
|
337
339
|
- from: "2026-01-01"
|
|
338
340
|
type: school
|
|
341
|
+
"2027-01-01 P27D":
|
|
342
|
+
name:
|
|
343
|
+
en: Term 4 holidays
|
|
344
|
+
active:
|
|
345
|
+
- from: "2026-01-01"
|
|
346
|
+
type: school
|
|
347
|
+
# 2027
|
|
348
|
+
"2027-03-26 P17D":
|
|
349
|
+
name:
|
|
350
|
+
en: Term 1 holidays
|
|
351
|
+
active:
|
|
352
|
+
- from: "2027-01-01"
|
|
353
|
+
type: school
|
|
354
|
+
"2027-06-26 P16D":
|
|
355
|
+
name:
|
|
356
|
+
en: Term 2 holidays
|
|
357
|
+
active:
|
|
358
|
+
- from: "2027-01-01"
|
|
359
|
+
type: school
|
|
360
|
+
"2027-09-18 P16D":
|
|
361
|
+
name:
|
|
362
|
+
en: Term 3 holidays
|
|
363
|
+
active:
|
|
364
|
+
- from: "2027-01-01"
|
|
365
|
+
type: school
|
|
366
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
367
|
+
"2027-12-18 P13D":
|
|
368
|
+
name:
|
|
369
|
+
en: Term 4 holidays
|
|
370
|
+
active:
|
|
371
|
+
- from: "2027-01-01"
|
|
372
|
+
type: school
|
|
373
|
+
"2028-01-01 P27D":
|
|
374
|
+
name:
|
|
375
|
+
en: Term 4 holidays
|
|
376
|
+
active:
|
|
377
|
+
- from: "2027-01-01"
|
|
378
|
+
type: school
|
|
379
|
+
# 2028
|
|
380
|
+
"2028-04-01 P17D":
|
|
381
|
+
name:
|
|
382
|
+
en: Term 1 holidays
|
|
383
|
+
active:
|
|
384
|
+
- from: "2028-01-01"
|
|
385
|
+
type: school
|
|
386
|
+
"2028-07-01 P16D":
|
|
387
|
+
name:
|
|
388
|
+
en: Term 2 holidays
|
|
389
|
+
active:
|
|
390
|
+
- from: "2028-01-01"
|
|
391
|
+
type: school
|
|
392
|
+
"2028-09-23 P16D":
|
|
393
|
+
name:
|
|
394
|
+
en: Term 3 holidays
|
|
395
|
+
active:
|
|
396
|
+
- from: "2028-01-01"
|
|
397
|
+
type: school
|
|
398
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
399
|
+
"2028-12-22 P9D":
|
|
400
|
+
name:
|
|
401
|
+
en: Term 4 holidays
|
|
402
|
+
active:
|
|
403
|
+
- from: "2028-01-01"
|
|
404
|
+
type: school
|
|
405
|
+
"2029-01-01 P29D":
|
|
406
|
+
name:
|
|
407
|
+
en: Term 4 holidays
|
|
408
|
+
active:
|
|
409
|
+
- from: "2028-01-01"
|
|
410
|
+
type: school
|
|
411
|
+
# 2029
|
|
412
|
+
"2029-03-30 P17D":
|
|
413
|
+
name:
|
|
414
|
+
en: Term 1 holidays
|
|
415
|
+
active:
|
|
416
|
+
- from: "2029-01-01"
|
|
417
|
+
type: school
|
|
418
|
+
"2029-06-30 P16D":
|
|
419
|
+
name:
|
|
420
|
+
en: Term 2 holidays
|
|
421
|
+
active:
|
|
422
|
+
- from: "2029-01-01"
|
|
423
|
+
type: school
|
|
424
|
+
"2029-09-22 P16D":
|
|
425
|
+
name:
|
|
426
|
+
en: Term 3 holidays
|
|
427
|
+
active:
|
|
428
|
+
- from: "2029-01-01"
|
|
429
|
+
type: school
|
|
430
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
431
|
+
"2029-12-22 P9D":
|
|
432
|
+
name:
|
|
433
|
+
en: Term 4 holidays
|
|
434
|
+
active:
|
|
435
|
+
- from: "2029-01-01"
|
|
436
|
+
type: school
|
|
437
|
+
"2030-01-01 P29D":
|
|
438
|
+
name:
|
|
439
|
+
en: Term 4 holidays
|
|
440
|
+
active:
|
|
441
|
+
- from: "2029-01-01"
|
|
442
|
+
type: school
|
|
443
|
+
# 2030
|
|
444
|
+
"2030-04-06 P17D":
|
|
445
|
+
name:
|
|
446
|
+
en: Term 1 holidays
|
|
447
|
+
active:
|
|
448
|
+
- from: "2030-01-01"
|
|
449
|
+
type: school
|
|
450
|
+
"2030-06-29 P16D":
|
|
451
|
+
name:
|
|
452
|
+
en: Term 2 holidays
|
|
453
|
+
active:
|
|
454
|
+
- from: "2030-01-01"
|
|
455
|
+
type: school
|
|
456
|
+
"2030-09-21 P16D":
|
|
457
|
+
name:
|
|
458
|
+
en: Term 3 holidays
|
|
459
|
+
active:
|
|
460
|
+
- from: "2030-01-01"
|
|
461
|
+
type: school
|
|
462
|
+
# have to split the holidays over two entries - block doesn't wrap over end of year boundry
|
|
463
|
+
"2030-12-21 P10D":
|
|
464
|
+
name:
|
|
465
|
+
en: Term 4 holidays
|
|
466
|
+
active:
|
|
467
|
+
- from: "2030-01-01"
|
|
468
|
+
type: school
|
|
469
|
+
"2031-01-01 P27D":
|
|
470
|
+
name:
|
|
471
|
+
en: Term 4 holidays
|
|
472
|
+
active:
|
|
473
|
+
- from: "2030-01-01"
|
|
474
|
+
type: school
|
|
339
475
|
# @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a639.html
|
|
340
476
|
# @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a147326.html
|
|
341
477
|
WA:
|
package/data/countries/AX.yaml
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# @source
|
|
1
|
+
# @source https://almanakka.helsinki.fi/sv/flagg-och-festdagar
|
|
2
|
+
# @source https://www.regeringen.ax/alandsk-lagstiftning/alex/199241
|
|
3
|
+
# @attrib https://sv.wikipedia.org/wiki/Flaggdagar_i_Finland
|
|
2
4
|
holidays:
|
|
3
5
|
AX:
|
|
4
6
|
names:
|
|
@@ -18,6 +20,12 @@ holidays:
|
|
|
18
20
|
name:
|
|
19
21
|
sv: Ålands demilitariseringsdag
|
|
20
22
|
en: Demilitarization Day
|
|
23
|
+
type: observance
|
|
24
|
+
sunday before May:
|
|
25
|
+
name:
|
|
26
|
+
sv: Ålands flaggas dag
|
|
27
|
+
en: Åland Flag Day
|
|
28
|
+
type: observance
|
|
21
29
|
easter -2:
|
|
22
30
|
_name: easter -2
|
|
23
31
|
easter:
|
|
@@ -34,16 +42,17 @@ holidays:
|
|
|
34
42
|
type: observance
|
|
35
43
|
06-09:
|
|
36
44
|
name:
|
|
37
|
-
sv:
|
|
45
|
+
sv: Ålands självstyrelsedag
|
|
38
46
|
en: Autonomy Day
|
|
47
|
+
type: observance
|
|
39
48
|
friday after 06-19:
|
|
40
49
|
name:
|
|
41
|
-
sv:
|
|
50
|
+
sv: midsommarafton
|
|
42
51
|
en: Midsummer Eve
|
|
43
52
|
type: bank
|
|
44
53
|
saturday after 06-20:
|
|
45
54
|
name:
|
|
46
|
-
sv:
|
|
55
|
+
sv: midsommardagen
|
|
47
56
|
en: Midsummer Day
|
|
48
57
|
12-06:
|
|
49
58
|
_name: Independence Day
|
package/data/countries/DE.yaml
CHANGED
|
@@ -185,6 +185,15 @@ holidays:
|
|
|
185
185
|
regions:
|
|
186
186
|
A:
|
|
187
187
|
name: Stadt Augsburg
|
|
188
|
+
# @source: https://www.stmi.bayern.de/staat-und-verfassung/feiertage/
|
|
189
|
+
# @source: https://www.statistik.bayern.de/statistik/gebiet_bevoelkerung/zensus/
|
|
190
|
+
# @source: https://www.br.de/nachrichten/bayern/mariae-himmelfahrt-wo-heuer-feiertag-ist-und-wo-nicht,VSGOlgV
|
|
191
|
+
_days:
|
|
192
|
+
- DE
|
|
193
|
+
- states
|
|
194
|
+
- BY
|
|
195
|
+
- regions
|
|
196
|
+
- KATH
|
|
188
197
|
days:
|
|
189
198
|
08-08:
|
|
190
199
|
name:
|
package/data/countries/IE.yaml
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @source
|
|
3
|
-
# @source https://www.
|
|
4
|
-
#
|
|
5
|
-
# Note that the "Bank of Ireland" is not the official national bank playes a
|
|
6
|
-
# somewhat similar role (https://en.wikipedia.org/wiki/Bank_of_Ireland#Role_as_government_banker).
|
|
7
|
-
# @source https://personalbanking.bankofireland.com/app/uploads/2018/11/OMI021897-CHRISTMAS-2018-CAMPAIGN-Opening-Hours-A1-Generic_v3.v2-compressed.pdf
|
|
2
|
+
# @source https://www.citizensinformation.ie/en/employment/employment-rights-and-conditions/leave-and-holidays/public-holidays/
|
|
3
|
+
# @source https://www.irishstatutebook.ie/eli/1997/act/20/enacted/en/html
|
|
4
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_the_Republic_of_Ireland
|
|
8
5
|
IE:
|
|
9
6
|
names:
|
|
10
7
|
en: Ireland
|
|
@@ -16,8 +13,9 @@ holidays:
|
|
|
16
13
|
days:
|
|
17
14
|
01-01:
|
|
18
15
|
_name: 01-01
|
|
19
|
-
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
20
16
|
02-01 if Tuesday,Wednesday,Thursday,Saturday,Sunday then next Monday since 2023:
|
|
17
|
+
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
18
|
+
# @source https://www.irishstatutebook.ie/eli/2023/act/8/enacted/en/html
|
|
21
19
|
name:
|
|
22
20
|
en: St. Brigid’s Day
|
|
23
21
|
03-17:
|
|
@@ -36,11 +34,12 @@ holidays:
|
|
|
36
34
|
type: bank
|
|
37
35
|
easter:
|
|
38
36
|
_name: easter
|
|
37
|
+
type: observance
|
|
39
38
|
easter 1:
|
|
40
39
|
_name: easter 1
|
|
41
40
|
1st monday in May:
|
|
42
41
|
name:
|
|
43
|
-
en: May
|
|
42
|
+
en: First Monday in May
|
|
44
43
|
1st monday in June:
|
|
45
44
|
name:
|
|
46
45
|
en: First Monday in June
|
|
@@ -49,18 +48,18 @@ holidays:
|
|
|
49
48
|
en: First Monday in August
|
|
50
49
|
1st Monday before 11-01:
|
|
51
50
|
name:
|
|
52
|
-
en:
|
|
51
|
+
en: Last Monday in October
|
|
53
52
|
type: bank
|
|
54
53
|
12-25:
|
|
55
54
|
_name: 12-25
|
|
56
55
|
12-26:
|
|
57
56
|
_name: 12-26
|
|
58
57
|
name:
|
|
59
|
-
en: St. Stephen
|
|
58
|
+
en: St. Stephen’s Day
|
|
60
59
|
12-26 and if saturday then next monday if sunday then next monday:
|
|
61
60
|
_name: 12-26
|
|
62
61
|
name:
|
|
63
|
-
en: St. Stephen
|
|
62
|
+
en: St. Stephen’s Day
|
|
64
63
|
substitute: true
|
|
65
64
|
type: bank
|
|
66
65
|
3rd sunday in June:
|
package/data/countries/RO.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @attrib https://ro.wikipedia.org/wiki/S%C4%83rb%C4%83tori_publice_%C3%AEn_Rom%C3%A2nia
|
|
2
3
|
# @attrib https://de.wikipedia.org/wiki/Feiertage_in_Rum%C3%A4nien
|
|
3
4
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Romania
|
|
4
5
|
# @source http://www.dreptonline.ro/legislatie/codul_muncii.php
|
|
@@ -22,7 +23,7 @@ holidays:
|
|
|
22
23
|
en: Epiphany
|
|
23
24
|
01-07:
|
|
24
25
|
name:
|
|
25
|
-
ro: Sfântul
|
|
26
|
+
ro: Sfântul Ioan Botezătorul
|
|
26
27
|
en: Saint John the Baptist
|
|
27
28
|
01-24:
|
|
28
29
|
name:
|