date-holidays 3.23.11 → 3.23.13
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 +13 -0
- package/data/countries/AU.yaml +4 -0
- package/data/countries/CL.yaml +5 -1
- package/data/countries/NL.yaml +14 -0
- package/data/holidays.json +70 -28
- package/data/names.yaml +28 -14
- 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 +70 -28
- package/package.json +39 -38
- package/scripts/addtree.cjs +0 -0
- package/scripts/attributions.cjs +0 -0
- package/scripts/tree.cjs +0 -0
- package/src/data.js +70 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.13](https://github.com/commenthol/date-holidays/compare/3.23.12...3.23.13) (2024-11-26)
|
|
4
|
+
|
|
5
|
+
- fix(AU): correct Kings Birthday in Western Australia for 2024 [6a81888e](https://github.com/commenthol/date-holidays/commit/6a81888e56ecab97094183578ea4fb0630e90da0)
|
|
6
|
+
- fix(CL): enable june solstice holiday since 2022 [e8e98e1f](https://github.com/commenthol/date-holidays/commit/e8e98e1fc1faf65f5de2bffeb07cd23e5b244d94)
|
|
7
|
+
- fix(CL): changed fixed date holiday june 21st to june solstice [b9417a8d](https://github.com/commenthol/date-holidays/commit/b9417a8d924de879fdb39a0e2305fcedf96bf287)
|
|
8
|
+
- chore: add node@22 [65b10b7b](https://github.com/commenthol/date-holidays/commit/65b10b7b38585320e111696bf88a4b2461416c88)
|
|
9
|
+
|
|
10
|
+
## [3.23.12](https://github.com/commenthol/date-holidays/compare/3.23.11...3.23.12) (2024-05-04)
|
|
11
|
+
|
|
12
|
+
- test(BQ,CW,SR): fix fixtures [70dbb2d3](https://github.com/commenthol/date-holidays/commit/70dbb2d3142566cf1580be37159f08439713e7c2)
|
|
13
|
+
- fix(NL): improved Dutch translations [b6ae4901](https://github.com/commenthol/date-holidays/commit/b6ae4901248d137f1e8335ce066d83c2baed0198)
|
|
14
|
+
- fix(names): added World Animal Day [38de6fda](https://github.com/commenthol/date-holidays/commit/38de6fda1d56cf537d92b33aa96c52052ea9478a)
|
|
15
|
+
|
|
3
16
|
## [3.23.11](https://github.com/commenthol/date-holidays/compare/3.23.10...3.23.11) (2024-04-17)
|
|
4
17
|
|
|
5
18
|
- add corpus christi holiday in São Paulo, SP, BR [7cedeeb8](https://github.com/commenthol/date-holidays/commit/7cedeeb8a8dcde71cf4eeedda7ecefec723ee2c6)
|
package/data/countries/AU.yaml
CHANGED
package/data/countries/CL.yaml
CHANGED
|
@@ -27,7 +27,11 @@ holidays:
|
|
|
27
27
|
name:
|
|
28
28
|
en: Navy Day
|
|
29
29
|
es: Día de las Glorias Navales
|
|
30
|
-
06-21 since
|
|
30
|
+
06-21 since 2021 prior to 2022:
|
|
31
|
+
name:
|
|
32
|
+
en: Indigenous People's Day
|
|
33
|
+
es: Día de los Pueblos Indígenas
|
|
34
|
+
june solstice in America/Santiago since 2022:
|
|
31
35
|
name:
|
|
32
36
|
en: Indigenous People's Day
|
|
33
37
|
es: Día de los Pueblos Indígenas
|
package/data/countries/NL.yaml
CHANGED
|
@@ -9,6 +9,7 @@ holidays:
|
|
|
9
9
|
names:
|
|
10
10
|
nl: Nederland
|
|
11
11
|
en: Netherlands
|
|
12
|
+
de: Niederlande
|
|
12
13
|
dayoff: sunday
|
|
13
14
|
langs:
|
|
14
15
|
- nl
|
|
@@ -30,23 +31,29 @@ holidays:
|
|
|
30
31
|
name:
|
|
31
32
|
nl: Koningsdag
|
|
32
33
|
en: King's Day
|
|
34
|
+
de: Königstag
|
|
33
35
|
04-30 if sunday then next monday since 1949 and prior to 1980:
|
|
34
36
|
name:
|
|
35
37
|
nl: Koninginnedag
|
|
36
38
|
en: Queen's Day
|
|
39
|
+
de: Königinnentag
|
|
37
40
|
04-30 if sunday then previous saturday since 1980 and prior to 2014:
|
|
38
41
|
name:
|
|
39
42
|
nl: Koninginnedag
|
|
40
43
|
en: Queen's Day
|
|
44
|
+
de: Königinnentag
|
|
41
45
|
05-04:
|
|
42
46
|
name:
|
|
43
47
|
nl: Nationale Dodenherdenking
|
|
48
|
+
en: Remembrance of the Dead
|
|
49
|
+
de: Nationaler Totengedenktag
|
|
44
50
|
type: observance
|
|
45
51
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/bevrijdingsdag-5-mei-vrije-dag
|
|
46
52
|
05-05:
|
|
47
53
|
name:
|
|
48
54
|
nl: Bevrijdingsdag
|
|
49
55
|
en: Liberation Day
|
|
56
|
+
de: Befreiungstag
|
|
50
57
|
type: school
|
|
51
58
|
2nd sunday in May:
|
|
52
59
|
_name: Mothers Day
|
|
@@ -56,6 +63,8 @@ holidays:
|
|
|
56
63
|
_name: easter 39
|
|
57
64
|
name:
|
|
58
65
|
nl: Hemelvaartsdag
|
|
66
|
+
en: Ascension Day
|
|
67
|
+
de: Christi Himmelfahrt
|
|
59
68
|
easter 49:
|
|
60
69
|
_name: easter 49
|
|
61
70
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/is-tweede-pinksterdag-een-vrije-dag
|
|
@@ -68,14 +77,17 @@ holidays:
|
|
|
68
77
|
name:
|
|
69
78
|
nl: Princessedag
|
|
70
79
|
en: Princess Day
|
|
80
|
+
de: Prinzessinnentag
|
|
71
81
|
08-31 since 1891 and prior to 1949:
|
|
72
82
|
name:
|
|
73
83
|
nl: Koninginnedag
|
|
74
84
|
en: Queen's Day
|
|
85
|
+
de: Königinnentag
|
|
75
86
|
3rd tuesday in September:
|
|
76
87
|
name:
|
|
77
88
|
nl: Prinsjesdag
|
|
78
89
|
en: Prince's Day
|
|
90
|
+
de: Prinzentag
|
|
79
91
|
note: Scholen in Den Haag geven meestal 1 dag vrij
|
|
80
92
|
type: observance
|
|
81
93
|
11-11:
|
|
@@ -85,11 +97,13 @@ holidays:
|
|
|
85
97
|
name:
|
|
86
98
|
nl: Sinterklaasavond
|
|
87
99
|
en: St Nicholas' Eve
|
|
100
|
+
de: Nikolausabend
|
|
88
101
|
type: observance
|
|
89
102
|
12-15:
|
|
90
103
|
name:
|
|
91
104
|
nl: Koninkrijksdag
|
|
92
105
|
en: Kingdom Day
|
|
106
|
+
de: Königreichstag
|
|
93
107
|
type: observance
|
|
94
108
|
12-25:
|
|
95
109
|
_name: 12-25
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2024-
|
|
2
|
+
"version": "2024-11-26",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -1521,6 +1521,12 @@
|
|
|
1521
1521
|
{
|
|
1522
1522
|
"from": "2022-09-09"
|
|
1523
1523
|
}
|
|
1524
|
+
],
|
|
1525
|
+
"disable": [
|
|
1526
|
+
"2024-09-30"
|
|
1527
|
+
],
|
|
1528
|
+
"enable": [
|
|
1529
|
+
"2024-09-23"
|
|
1524
1530
|
]
|
|
1525
1531
|
},
|
|
1526
1532
|
"1st monday in October": false
|
|
@@ -6580,7 +6586,13 @@
|
|
|
6580
6586
|
"es": "Día de las Glorias Navales"
|
|
6581
6587
|
}
|
|
6582
6588
|
},
|
|
6583
|
-
"06-21 since
|
|
6589
|
+
"06-21 since 2021 prior to 2022": {
|
|
6590
|
+
"name": {
|
|
6591
|
+
"en": "Indigenous People's Day",
|
|
6592
|
+
"es": "Día de los Pueblos Indígenas"
|
|
6593
|
+
}
|
|
6594
|
+
},
|
|
6595
|
+
"june solstice in America/Santiago since 2022": {
|
|
6584
6596
|
"name": {
|
|
6585
6597
|
"en": "Indigenous People's Day",
|
|
6586
6598
|
"es": "Día de los Pueblos Indígenas"
|
|
@@ -17325,7 +17337,8 @@
|
|
|
17325
17337
|
"NL": {
|
|
17326
17338
|
"names": {
|
|
17327
17339
|
"nl": "Nederland",
|
|
17328
|
-
"en": "Netherlands"
|
|
17340
|
+
"en": "Netherlands",
|
|
17341
|
+
"de": "Niederlande"
|
|
17329
17342
|
},
|
|
17330
17343
|
"dayoff": "sunday",
|
|
17331
17344
|
"langs": [
|
|
@@ -17351,31 +17364,37 @@
|
|
|
17351
17364
|
"04-27 if sunday then previous saturday since 2014": {
|
|
17352
17365
|
"name": {
|
|
17353
17366
|
"nl": "Koningsdag",
|
|
17354
|
-
"en": "King's Day"
|
|
17367
|
+
"en": "King's Day",
|
|
17368
|
+
"de": "Königstag"
|
|
17355
17369
|
}
|
|
17356
17370
|
},
|
|
17357
17371
|
"04-30 if sunday then next monday since 1949 and prior to 1980": {
|
|
17358
17372
|
"name": {
|
|
17359
17373
|
"nl": "Koninginnedag",
|
|
17360
|
-
"en": "Queen's Day"
|
|
17374
|
+
"en": "Queen's Day",
|
|
17375
|
+
"de": "Königinnentag"
|
|
17361
17376
|
}
|
|
17362
17377
|
},
|
|
17363
17378
|
"04-30 if sunday then previous saturday since 1980 and prior to 2014": {
|
|
17364
17379
|
"name": {
|
|
17365
17380
|
"nl": "Koninginnedag",
|
|
17366
|
-
"en": "Queen's Day"
|
|
17381
|
+
"en": "Queen's Day",
|
|
17382
|
+
"de": "Königinnentag"
|
|
17367
17383
|
}
|
|
17368
17384
|
},
|
|
17369
17385
|
"05-04": {
|
|
17370
17386
|
"name": {
|
|
17371
|
-
"nl": "Nationale Dodenherdenking"
|
|
17387
|
+
"nl": "Nationale Dodenherdenking",
|
|
17388
|
+
"en": "Remembrance of the Dead",
|
|
17389
|
+
"de": "Nationaler Totengedenktag"
|
|
17372
17390
|
},
|
|
17373
17391
|
"type": "observance"
|
|
17374
17392
|
},
|
|
17375
17393
|
"05-05": {
|
|
17376
17394
|
"name": {
|
|
17377
17395
|
"nl": "Bevrijdingsdag",
|
|
17378
|
-
"en": "Liberation Day"
|
|
17396
|
+
"en": "Liberation Day",
|
|
17397
|
+
"de": "Befreiungstag"
|
|
17379
17398
|
},
|
|
17380
17399
|
"type": "school"
|
|
17381
17400
|
},
|
|
@@ -17386,7 +17405,9 @@
|
|
|
17386
17405
|
"easter 39": {
|
|
17387
17406
|
"_name": "easter 39",
|
|
17388
17407
|
"name": {
|
|
17389
|
-
"nl": "Hemelvaartsdag"
|
|
17408
|
+
"nl": "Hemelvaartsdag",
|
|
17409
|
+
"en": "Ascension Day",
|
|
17410
|
+
"de": "Christi Himmelfahrt"
|
|
17390
17411
|
}
|
|
17391
17412
|
},
|
|
17392
17413
|
"easter 49": {
|
|
@@ -17402,19 +17423,22 @@
|
|
|
17402
17423
|
"08-31 since 1885 and prior to 1891": {
|
|
17403
17424
|
"name": {
|
|
17404
17425
|
"nl": "Princessedag",
|
|
17405
|
-
"en": "Princess Day"
|
|
17426
|
+
"en": "Princess Day",
|
|
17427
|
+
"de": "Prinzessinnentag"
|
|
17406
17428
|
}
|
|
17407
17429
|
},
|
|
17408
17430
|
"08-31 since 1891 and prior to 1949": {
|
|
17409
17431
|
"name": {
|
|
17410
17432
|
"nl": "Koninginnedag",
|
|
17411
|
-
"en": "Queen's Day"
|
|
17433
|
+
"en": "Queen's Day",
|
|
17434
|
+
"de": "Königinnentag"
|
|
17412
17435
|
}
|
|
17413
17436
|
},
|
|
17414
17437
|
"3rd tuesday in September": {
|
|
17415
17438
|
"name": {
|
|
17416
17439
|
"nl": "Prinsjesdag",
|
|
17417
|
-
"en": "Prince's Day"
|
|
17440
|
+
"en": "Prince's Day",
|
|
17441
|
+
"de": "Prinzentag"
|
|
17418
17442
|
},
|
|
17419
17443
|
"note": "Scholen in Den Haag geven meestal 1 dag vrij",
|
|
17420
17444
|
"type": "observance"
|
|
@@ -17426,14 +17450,16 @@
|
|
|
17426
17450
|
"12-05": {
|
|
17427
17451
|
"name": {
|
|
17428
17452
|
"nl": "Sinterklaasavond",
|
|
17429
|
-
"en": "St Nicholas' Eve"
|
|
17453
|
+
"en": "St Nicholas' Eve",
|
|
17454
|
+
"de": "Nikolausabend"
|
|
17430
17455
|
},
|
|
17431
17456
|
"type": "observance"
|
|
17432
17457
|
},
|
|
17433
17458
|
"12-15": {
|
|
17434
17459
|
"name": {
|
|
17435
17460
|
"nl": "Koninkrijksdag",
|
|
17436
|
-
"en": "Kingdom Day"
|
|
17461
|
+
"en": "Kingdom Day",
|
|
17462
|
+
"de": "Königreichstag"
|
|
17437
17463
|
},
|
|
17438
17464
|
"type": "observance"
|
|
17439
17465
|
},
|
|
@@ -25493,6 +25519,7 @@
|
|
|
25493
25519
|
"04-01": {
|
|
25494
25520
|
"name": {
|
|
25495
25521
|
"en": "April Fools' Day",
|
|
25522
|
+
"de": "1. April",
|
|
25496
25523
|
"hu": "Bolondok napja",
|
|
25497
25524
|
"nl": "1 April",
|
|
25498
25525
|
"no": "Aprilsnarr",
|
|
@@ -25568,7 +25595,7 @@
|
|
|
25568
25595
|
"lt": "Europos diena",
|
|
25569
25596
|
"lv": "Eiropas diena",
|
|
25570
25597
|
"mt": "Jum l-Ewropa",
|
|
25571
|
-
"nl": "
|
|
25598
|
+
"nl": "Europadag",
|
|
25572
25599
|
"pl": "Dzień Europy",
|
|
25573
25600
|
"pt": "Dia da Europa",
|
|
25574
25601
|
"ro": "Ziua Europei",
|
|
@@ -25655,12 +25682,21 @@
|
|
|
25655
25682
|
"lt": "Vėlinės"
|
|
25656
25683
|
}
|
|
25657
25684
|
},
|
|
25685
|
+
"10-04": {
|
|
25686
|
+
"name": {
|
|
25687
|
+
"en": "World Animal Day",
|
|
25688
|
+
"de": "Welttierschutztag",
|
|
25689
|
+
"es": "Día de los Animales",
|
|
25690
|
+
"fr": "Journée mondiale des Animaux",
|
|
25691
|
+
"nl": "Dierendag"
|
|
25692
|
+
}
|
|
25693
|
+
},
|
|
25658
25694
|
"11-11": {
|
|
25659
25695
|
"name": {
|
|
25660
25696
|
"en": "Saint Martin",
|
|
25661
25697
|
"de": "Sankt Martin (Faschingsbeginn)",
|
|
25662
25698
|
"hu": "Márton nap",
|
|
25663
|
-
"nl": "Sint
|
|
25699
|
+
"nl": "Sint-Maarten",
|
|
25664
25700
|
"vi": "Lễ thánh Martin"
|
|
25665
25701
|
}
|
|
25666
25702
|
},
|
|
@@ -25678,7 +25714,9 @@
|
|
|
25678
25714
|
"12-07": {
|
|
25679
25715
|
"name": {
|
|
25680
25716
|
"it": "Sant'Ambrogio",
|
|
25681
|
-
"en": "Saint Ambrose"
|
|
25717
|
+
"en": "Saint Ambrose",
|
|
25718
|
+
"de": "Ambrosius von Mailand",
|
|
25719
|
+
"nl": "Ambrosius van Milaan"
|
|
25682
25720
|
}
|
|
25683
25721
|
},
|
|
25684
25722
|
"12-08": {
|
|
@@ -25846,7 +25884,7 @@
|
|
|
25846
25884
|
"es": "Carnaval",
|
|
25847
25885
|
"fr": "Lundi de Carnaval",
|
|
25848
25886
|
"lb": "Fuesméindeg",
|
|
25849
|
-
"nl": "
|
|
25887
|
+
"nl": "Carnavalsmaandag",
|
|
25850
25888
|
"pap": "Dialuna di Carnaval",
|
|
25851
25889
|
"vi": "Ngày thứ hai hoa hồng"
|
|
25852
25890
|
}
|
|
@@ -25908,7 +25946,7 @@
|
|
|
25908
25946
|
"it": "Giovedì santo",
|
|
25909
25947
|
"kl": "sisamanngortoq illernartoq",
|
|
25910
25948
|
"lb": "Gréngen Donneschdeg",
|
|
25911
|
-
"nl": "Witte
|
|
25949
|
+
"nl": "Witte Donderdag",
|
|
25912
25950
|
"no": "Skjærtorsdag",
|
|
25913
25951
|
"sv": "Skärtorsdagen",
|
|
25914
25952
|
"vi": "Thứ năm Tuần Thánh"
|
|
@@ -26151,7 +26189,7 @@
|
|
|
26151
26189
|
"julian 12-24": {
|
|
26152
26190
|
"name": {
|
|
26153
26191
|
"en": "Orthodox Christmas Eve",
|
|
26154
|
-
"nl": "
|
|
26192
|
+
"nl": "Orthodoxe Kerstavond",
|
|
26155
26193
|
"mk": "Бадник",
|
|
26156
26194
|
"ti": "ልደት"
|
|
26157
26195
|
}
|
|
@@ -26162,7 +26200,7 @@
|
|
|
26162
26200
|
"bs": "Pravoslavni Božić",
|
|
26163
26201
|
"hr": "Pravoslavni Božić",
|
|
26164
26202
|
"mk": "Прв ден Божик",
|
|
26165
|
-
"nl": "
|
|
26203
|
+
"nl": "Orthodoxe Kerstmis",
|
|
26166
26204
|
"ro": "Craciun pe Rit Vechi",
|
|
26167
26205
|
"sq": "Krishtlindjet Ortodokse",
|
|
26168
26206
|
"sr": "Божић",
|
|
@@ -26173,7 +26211,7 @@
|
|
|
26173
26211
|
"name": {
|
|
26174
26212
|
"en": "Orthodox Good Friday",
|
|
26175
26213
|
"mk": "Велики Петок",
|
|
26176
|
-
"nl": "Orthodoxe Goede
|
|
26214
|
+
"nl": "Orthodoxe Goede Vrijdag",
|
|
26177
26215
|
"sr": "Велики петак",
|
|
26178
26216
|
"ti": "ዓርቢ ስቅለት"
|
|
26179
26217
|
}
|
|
@@ -26218,7 +26256,7 @@
|
|
|
26218
26256
|
"en": "Day of Ashura",
|
|
26219
26257
|
"ar": "عاشوراء",
|
|
26220
26258
|
"bn": "আশুরা",
|
|
26221
|
-
"nl": "Asjoera"
|
|
26259
|
+
"nl": "De tiende dag (Asjoera)"
|
|
26222
26260
|
}
|
|
26223
26261
|
},
|
|
26224
26262
|
"12 Rabi al-awwal": {
|
|
@@ -26231,7 +26269,7 @@
|
|
|
26231
26269
|
"fr": "Mawlid",
|
|
26232
26270
|
"id": "Maulid Nabi Muhammad",
|
|
26233
26271
|
"ms": "Hari Keputeraan Nabi Muhammad S.A.W.",
|
|
26234
|
-
"nl": "Mawlid an-Nabi",
|
|
26272
|
+
"nl": "Geboortedag Mohammed (Mawlid an-Nabi)",
|
|
26235
26273
|
"sq": "Mevludi"
|
|
26236
26274
|
}
|
|
26237
26275
|
},
|
|
@@ -26242,7 +26280,7 @@
|
|
|
26242
26280
|
"bs": "Lejletul Mi'radž",
|
|
26243
26281
|
"id": "Maulid Nabi Muhammad",
|
|
26244
26282
|
"ms": "Israk dan Mikraj",
|
|
26245
|
-
"nl": "
|
|
26283
|
+
"nl": "Hemelvaart Mohammed (Lailat-ul-Meraj)",
|
|
26246
26284
|
"sq": "Nata e Miraxhit",
|
|
26247
26285
|
"tr": "Miraç Gecesi"
|
|
26248
26286
|
}
|
|
@@ -26252,7 +26290,7 @@
|
|
|
26252
26290
|
"en": "Laylat al-Bara'at",
|
|
26253
26291
|
"ar": "ليلة البراءة",
|
|
26254
26292
|
"bs": "Lejletul berat",
|
|
26255
|
-
"nl": "
|
|
26293
|
+
"nl": "Nacht van de Lotsbezegeling (Lailat-ul-Baraat)",
|
|
26256
26294
|
"sq": "Nata e Beratit"
|
|
26257
26295
|
}
|
|
26258
26296
|
},
|
|
@@ -26387,13 +26425,14 @@
|
|
|
26387
26425
|
"name": {
|
|
26388
26426
|
"en": "Vesak Day",
|
|
26389
26427
|
"id": "Hari Raya Waisak",
|
|
26428
|
+
"nl": "Vesakha Puja",
|
|
26390
26429
|
"th": "วันวิสาขบูชา"
|
|
26391
26430
|
}
|
|
26392
26431
|
},
|
|
26393
26432
|
"Holi": {
|
|
26394
26433
|
"name": {
|
|
26395
26434
|
"en": "Holi Phagwa",
|
|
26396
|
-
"nl": "
|
|
26435
|
+
"nl": "Holifeest"
|
|
26397
26436
|
}
|
|
26398
26437
|
},
|
|
26399
26438
|
"Thaipusam": {
|
|
@@ -26405,18 +26444,21 @@
|
|
|
26405
26444
|
"Makha Bucha": {
|
|
26406
26445
|
"name": {
|
|
26407
26446
|
"en": "Makha Bucha",
|
|
26447
|
+
"nl": "Magha Puja",
|
|
26408
26448
|
"th": "วันมาฆบูชา"
|
|
26409
26449
|
}
|
|
26410
26450
|
},
|
|
26411
26451
|
"Asalha Puja": {
|
|
26412
26452
|
"name": {
|
|
26413
26453
|
"en": "Asalha Puja",
|
|
26454
|
+
"nl": "Asalha Puja",
|
|
26414
26455
|
"th": "วันอาสาฬหบูชา"
|
|
26415
26456
|
}
|
|
26416
26457
|
},
|
|
26417
26458
|
"Buddhist Lent": {
|
|
26418
26459
|
"name": {
|
|
26419
26460
|
"en": "Buddhist Lent",
|
|
26461
|
+
"nl": "Vassa",
|
|
26420
26462
|
"th": "วันเข้าพรรษา"
|
|
26421
26463
|
}
|
|
26422
26464
|
},
|
|
@@ -26576,7 +26618,7 @@
|
|
|
26576
26618
|
"en": "Revolution Day",
|
|
26577
26619
|
"ar": "يوم الثورة",
|
|
26578
26620
|
"es": "Día de la Revolución",
|
|
26579
|
-
"nl": "Dag van de
|
|
26621
|
+
"nl": "Dag van de Revolutie",
|
|
26580
26622
|
"ti": "ባሕቲ መስከረም",
|
|
26581
26623
|
"vi": "Tổng khởi nghĩa"
|
|
26582
26624
|
}
|
package/data/names.yaml
CHANGED
|
@@ -144,6 +144,7 @@ names:
|
|
|
144
144
|
04-01:
|
|
145
145
|
name:
|
|
146
146
|
en: April Fools' Day
|
|
147
|
+
de: 1. April
|
|
147
148
|
hu: Bolondok napja
|
|
148
149
|
nl: 1 April
|
|
149
150
|
no: Aprilsnarr
|
|
@@ -195,7 +196,7 @@ names:
|
|
|
195
196
|
vi: Quốc tế Lao động
|
|
196
197
|
zh: 劳动节
|
|
197
198
|
05-09: # Europe Day
|
|
198
|
-
# source
|
|
199
|
+
# @source https://fr.wikipedia.org/wiki/Journ%C3%A9e_de_l%27Europe_(Union_europ%C3%A9enne)
|
|
199
200
|
name:
|
|
200
201
|
en: Europe Day
|
|
201
202
|
bg: Денят на Европа
|
|
@@ -216,7 +217,7 @@ names:
|
|
|
216
217
|
lt: Europos diena
|
|
217
218
|
lv: Eiropas diena
|
|
218
219
|
mt: Jum l-Ewropa
|
|
219
|
-
nl:
|
|
220
|
+
nl: Europadag
|
|
220
221
|
pl: Dzień Europy
|
|
221
222
|
pt: Dia da Europa
|
|
222
223
|
ro: Ziua Europei
|
|
@@ -295,12 +296,19 @@ names:
|
|
|
295
296
|
pt: Dia de Finados
|
|
296
297
|
vi: Lễ Các Đẳng
|
|
297
298
|
lt: Vėlinės
|
|
299
|
+
10-04:
|
|
300
|
+
name:
|
|
301
|
+
en: World Animal Day
|
|
302
|
+
de: Welttierschutztag
|
|
303
|
+
es: Día de los Animales
|
|
304
|
+
fr: Journée mondiale des Animaux
|
|
305
|
+
nl: Dierendag
|
|
298
306
|
11-11:
|
|
299
307
|
name:
|
|
300
308
|
en: Saint Martin
|
|
301
309
|
de: Sankt Martin (Faschingsbeginn)
|
|
302
310
|
hu: Márton nap
|
|
303
|
-
nl: Sint
|
|
311
|
+
nl: Sint-Maarten
|
|
304
312
|
vi: Lễ thánh Martin
|
|
305
313
|
12-06:
|
|
306
314
|
name:
|
|
@@ -315,6 +323,8 @@ names:
|
|
|
315
323
|
name:
|
|
316
324
|
it: Sant'Ambrogio
|
|
317
325
|
en: Saint Ambrose
|
|
326
|
+
de: Ambrosius von Mailand
|
|
327
|
+
nl: Ambrosius van Milaan
|
|
318
328
|
12-08:
|
|
319
329
|
name:
|
|
320
330
|
en: Immaculate Conception
|
|
@@ -475,7 +485,7 @@ names:
|
|
|
475
485
|
es: Carnaval
|
|
476
486
|
fr: Lundi de Carnaval
|
|
477
487
|
lb: Fuesméindeg
|
|
478
|
-
nl:
|
|
488
|
+
nl: Carnavalsmaandag
|
|
479
489
|
pap: Dialuna di Carnaval
|
|
480
490
|
vi: Ngày thứ hai hoa hồng
|
|
481
491
|
easter -47: # Carnival Tuesday
|
|
@@ -530,7 +540,7 @@ names:
|
|
|
530
540
|
it: Giovedì santo
|
|
531
541
|
kl: sisamanngortoq illernartoq
|
|
532
542
|
lb: Gréngen Donneschdeg
|
|
533
|
-
nl: Witte
|
|
543
|
+
nl: Witte Donderdag
|
|
534
544
|
no: Skjærtorsdag
|
|
535
545
|
sv: Skärtorsdagen
|
|
536
546
|
vi: Thứ năm Tuần Thánh
|
|
@@ -753,7 +763,7 @@ names:
|
|
|
753
763
|
julian 12-24:
|
|
754
764
|
name:
|
|
755
765
|
en: Orthodox Christmas Eve
|
|
756
|
-
nl:
|
|
766
|
+
nl: Orthodoxe Kerstavond
|
|
757
767
|
mk: Бадник
|
|
758
768
|
ti: ልደት
|
|
759
769
|
julian 12-25:
|
|
@@ -762,7 +772,7 @@ names:
|
|
|
762
772
|
bs: Pravoslavni Božić
|
|
763
773
|
hr: Pravoslavni Božić
|
|
764
774
|
mk: Прв ден Божик
|
|
765
|
-
nl:
|
|
775
|
+
nl: Orthodoxe Kerstmis
|
|
766
776
|
ro: Craciun pe Rit Vechi
|
|
767
777
|
sq: Krishtlindjet Ortodokse
|
|
768
778
|
sr: Божић
|
|
@@ -771,7 +781,7 @@ names:
|
|
|
771
781
|
name:
|
|
772
782
|
en: Orthodox Good Friday
|
|
773
783
|
mk: Велики Петок
|
|
774
|
-
nl: Orthodoxe Goede
|
|
784
|
+
nl: Orthodoxe Goede Vrijdag
|
|
775
785
|
sr: Велики петак
|
|
776
786
|
ti: ዓርቢ ስቅለት
|
|
777
787
|
orthodox:
|
|
@@ -810,7 +820,7 @@ names:
|
|
|
810
820
|
en: Day of Ashura
|
|
811
821
|
ar: عاشوراء
|
|
812
822
|
bn: আশুরা
|
|
813
|
-
nl: Asjoera
|
|
823
|
+
nl: De tiende dag (Asjoera)
|
|
814
824
|
12 Rabi al-awwal: # Birthday of Muhammad (Mawlid)
|
|
815
825
|
name:
|
|
816
826
|
en: Birthday of Muhammad (Mawlid)
|
|
@@ -821,7 +831,7 @@ names:
|
|
|
821
831
|
fr: Mawlid
|
|
822
832
|
id: Maulid Nabi Muhammad
|
|
823
833
|
ms: Hari Keputeraan Nabi Muhammad S.A.W.
|
|
824
|
-
nl: Mawlid an-Nabi
|
|
834
|
+
nl: Geboortedag Mohammed (Mawlid an-Nabi)
|
|
825
835
|
sq: Mevludi
|
|
826
836
|
27 Rajab: # Laylat al-Mi'raj (Muhammad's Ascension to Heaven)
|
|
827
837
|
name:
|
|
@@ -830,7 +840,7 @@ names:
|
|
|
830
840
|
bs: Lejletul Mi'radž
|
|
831
841
|
id: Maulid Nabi Muhammad
|
|
832
842
|
ms: Israk dan Mikraj
|
|
833
|
-
nl:
|
|
843
|
+
nl: Hemelvaart Mohammed (Lailat-ul-Meraj)
|
|
834
844
|
sq: Nata e Miraxhit
|
|
835
845
|
tr: Miraç Gecesi
|
|
836
846
|
15 Shaban: # Laylat al-Bara'at (Bara'at Night)
|
|
@@ -838,7 +848,7 @@ names:
|
|
|
838
848
|
en: Laylat al-Bara'at
|
|
839
849
|
ar: ليلة البراءة
|
|
840
850
|
bs: Lejletul berat
|
|
841
|
-
nl:
|
|
851
|
+
nl: Nacht van de Lotsbezegeling (Lailat-ul-Baraat)
|
|
842
852
|
sq: Nata e Beratit
|
|
843
853
|
1 Ramadan: # First day of Ramadan
|
|
844
854
|
name:
|
|
@@ -953,11 +963,12 @@ names:
|
|
|
953
963
|
name:
|
|
954
964
|
en: Vesak Day
|
|
955
965
|
id: Hari Raya Waisak
|
|
966
|
+
nl: Vesakha Puja
|
|
956
967
|
th: วันวิสาขบูชา
|
|
957
968
|
Holi:
|
|
958
969
|
name:
|
|
959
970
|
en: Holi Phagwa
|
|
960
|
-
nl:
|
|
971
|
+
nl: Holifeest
|
|
961
972
|
Thaipusam:
|
|
962
973
|
name:
|
|
963
974
|
en: Thaipusam
|
|
@@ -965,14 +976,17 @@ names:
|
|
|
965
976
|
Makha Bucha:
|
|
966
977
|
name:
|
|
967
978
|
en: Makha Bucha
|
|
979
|
+
nl: Magha Puja
|
|
968
980
|
th: วันมาฆบูชา
|
|
969
981
|
Asalha Puja:
|
|
970
982
|
name:
|
|
971
983
|
en: Asalha Puja
|
|
984
|
+
nl: Asalha Puja
|
|
972
985
|
th: วันอาสาฬหบูชา
|
|
973
986
|
Buddhist Lent:
|
|
974
987
|
name:
|
|
975
988
|
en: Buddhist Lent
|
|
989
|
+
nl: Vassa
|
|
976
990
|
th: วันเข้าพรรษา
|
|
977
991
|
|
|
978
992
|
# Day references
|
|
@@ -1112,7 +1126,7 @@ names:
|
|
|
1112
1126
|
en: Revolution Day
|
|
1113
1127
|
ar: يوم الثورة
|
|
1114
1128
|
es: Día de la Revolución
|
|
1115
|
-
nl: Dag van de
|
|
1129
|
+
nl: Dag van de Revolutie
|
|
1116
1130
|
ti: ባሕቲ መስከረም
|
|
1117
1131
|
vi: Tổng khởi nghĩa
|
|
1118
1132
|
Bridge Day:
|