date-holidays 3.23.11 → 3.23.12
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 +6 -0
- package/data/countries/NL.yaml +14 -0
- package/data/holidays.json +57 -27
- 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 +57 -27
- package/package.json +5 -4
- package/src/data.js +57 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.12](https://github.com/commenthol/date-holidays/compare/3.23.11...3.23.12) (2024-05-04)
|
|
4
|
+
|
|
5
|
+
- test(BQ,CW,SR): fix fixtures [70dbb2d3](https://github.com/commenthol/date-holidays/commit/70dbb2d3142566cf1580be37159f08439713e7c2)
|
|
6
|
+
- fix(NL): improved Dutch translations [b6ae4901](https://github.com/commenthol/date-holidays/commit/b6ae4901248d137f1e8335ce066d83c2baed0198)
|
|
7
|
+
- fix(names): added World Animal Day [38de6fda](https://github.com/commenthol/date-holidays/commit/38de6fda1d56cf537d92b33aa96c52052ea9478a)
|
|
8
|
+
|
|
3
9
|
## [3.23.11](https://github.com/commenthol/date-holidays/compare/3.23.10...3.23.11) (2024-04-17)
|
|
4
10
|
|
|
5
11
|
- add corpus christi holiday in São Paulo, SP, BR [7cedeeb8](https://github.com/commenthol/date-holidays/commit/7cedeeb8a8dcde71cf4eeedda7ecefec723ee2c6)
|
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-04
|
|
2
|
+
"version": "2024-05-04",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -17325,7 +17325,8 @@
|
|
|
17325
17325
|
"NL": {
|
|
17326
17326
|
"names": {
|
|
17327
17327
|
"nl": "Nederland",
|
|
17328
|
-
"en": "Netherlands"
|
|
17328
|
+
"en": "Netherlands",
|
|
17329
|
+
"de": "Niederlande"
|
|
17329
17330
|
},
|
|
17330
17331
|
"dayoff": "sunday",
|
|
17331
17332
|
"langs": [
|
|
@@ -17351,31 +17352,37 @@
|
|
|
17351
17352
|
"04-27 if sunday then previous saturday since 2014": {
|
|
17352
17353
|
"name": {
|
|
17353
17354
|
"nl": "Koningsdag",
|
|
17354
|
-
"en": "King's Day"
|
|
17355
|
+
"en": "King's Day",
|
|
17356
|
+
"de": "Königstag"
|
|
17355
17357
|
}
|
|
17356
17358
|
},
|
|
17357
17359
|
"04-30 if sunday then next monday since 1949 and prior to 1980": {
|
|
17358
17360
|
"name": {
|
|
17359
17361
|
"nl": "Koninginnedag",
|
|
17360
|
-
"en": "Queen's Day"
|
|
17362
|
+
"en": "Queen's Day",
|
|
17363
|
+
"de": "Königinnentag"
|
|
17361
17364
|
}
|
|
17362
17365
|
},
|
|
17363
17366
|
"04-30 if sunday then previous saturday since 1980 and prior to 2014": {
|
|
17364
17367
|
"name": {
|
|
17365
17368
|
"nl": "Koninginnedag",
|
|
17366
|
-
"en": "Queen's Day"
|
|
17369
|
+
"en": "Queen's Day",
|
|
17370
|
+
"de": "Königinnentag"
|
|
17367
17371
|
}
|
|
17368
17372
|
},
|
|
17369
17373
|
"05-04": {
|
|
17370
17374
|
"name": {
|
|
17371
|
-
"nl": "Nationale Dodenherdenking"
|
|
17375
|
+
"nl": "Nationale Dodenherdenking",
|
|
17376
|
+
"en": "Remembrance of the Dead",
|
|
17377
|
+
"de": "Nationaler Totengedenktag"
|
|
17372
17378
|
},
|
|
17373
17379
|
"type": "observance"
|
|
17374
17380
|
},
|
|
17375
17381
|
"05-05": {
|
|
17376
17382
|
"name": {
|
|
17377
17383
|
"nl": "Bevrijdingsdag",
|
|
17378
|
-
"en": "Liberation Day"
|
|
17384
|
+
"en": "Liberation Day",
|
|
17385
|
+
"de": "Befreiungstag"
|
|
17379
17386
|
},
|
|
17380
17387
|
"type": "school"
|
|
17381
17388
|
},
|
|
@@ -17386,7 +17393,9 @@
|
|
|
17386
17393
|
"easter 39": {
|
|
17387
17394
|
"_name": "easter 39",
|
|
17388
17395
|
"name": {
|
|
17389
|
-
"nl": "Hemelvaartsdag"
|
|
17396
|
+
"nl": "Hemelvaartsdag",
|
|
17397
|
+
"en": "Ascension Day",
|
|
17398
|
+
"de": "Christi Himmelfahrt"
|
|
17390
17399
|
}
|
|
17391
17400
|
},
|
|
17392
17401
|
"easter 49": {
|
|
@@ -17402,19 +17411,22 @@
|
|
|
17402
17411
|
"08-31 since 1885 and prior to 1891": {
|
|
17403
17412
|
"name": {
|
|
17404
17413
|
"nl": "Princessedag",
|
|
17405
|
-
"en": "Princess Day"
|
|
17414
|
+
"en": "Princess Day",
|
|
17415
|
+
"de": "Prinzessinnentag"
|
|
17406
17416
|
}
|
|
17407
17417
|
},
|
|
17408
17418
|
"08-31 since 1891 and prior to 1949": {
|
|
17409
17419
|
"name": {
|
|
17410
17420
|
"nl": "Koninginnedag",
|
|
17411
|
-
"en": "Queen's Day"
|
|
17421
|
+
"en": "Queen's Day",
|
|
17422
|
+
"de": "Königinnentag"
|
|
17412
17423
|
}
|
|
17413
17424
|
},
|
|
17414
17425
|
"3rd tuesday in September": {
|
|
17415
17426
|
"name": {
|
|
17416
17427
|
"nl": "Prinsjesdag",
|
|
17417
|
-
"en": "Prince's Day"
|
|
17428
|
+
"en": "Prince's Day",
|
|
17429
|
+
"de": "Prinzentag"
|
|
17418
17430
|
},
|
|
17419
17431
|
"note": "Scholen in Den Haag geven meestal 1 dag vrij",
|
|
17420
17432
|
"type": "observance"
|
|
@@ -17426,14 +17438,16 @@
|
|
|
17426
17438
|
"12-05": {
|
|
17427
17439
|
"name": {
|
|
17428
17440
|
"nl": "Sinterklaasavond",
|
|
17429
|
-
"en": "St Nicholas' Eve"
|
|
17441
|
+
"en": "St Nicholas' Eve",
|
|
17442
|
+
"de": "Nikolausabend"
|
|
17430
17443
|
},
|
|
17431
17444
|
"type": "observance"
|
|
17432
17445
|
},
|
|
17433
17446
|
"12-15": {
|
|
17434
17447
|
"name": {
|
|
17435
17448
|
"nl": "Koninkrijksdag",
|
|
17436
|
-
"en": "Kingdom Day"
|
|
17449
|
+
"en": "Kingdom Day",
|
|
17450
|
+
"de": "Königreichstag"
|
|
17437
17451
|
},
|
|
17438
17452
|
"type": "observance"
|
|
17439
17453
|
},
|
|
@@ -25493,6 +25507,7 @@
|
|
|
25493
25507
|
"04-01": {
|
|
25494
25508
|
"name": {
|
|
25495
25509
|
"en": "April Fools' Day",
|
|
25510
|
+
"de": "1. April",
|
|
25496
25511
|
"hu": "Bolondok napja",
|
|
25497
25512
|
"nl": "1 April",
|
|
25498
25513
|
"no": "Aprilsnarr",
|
|
@@ -25568,7 +25583,7 @@
|
|
|
25568
25583
|
"lt": "Europos diena",
|
|
25569
25584
|
"lv": "Eiropas diena",
|
|
25570
25585
|
"mt": "Jum l-Ewropa",
|
|
25571
|
-
"nl": "
|
|
25586
|
+
"nl": "Europadag",
|
|
25572
25587
|
"pl": "Dzień Europy",
|
|
25573
25588
|
"pt": "Dia da Europa",
|
|
25574
25589
|
"ro": "Ziua Europei",
|
|
@@ -25655,12 +25670,21 @@
|
|
|
25655
25670
|
"lt": "Vėlinės"
|
|
25656
25671
|
}
|
|
25657
25672
|
},
|
|
25673
|
+
"10-04": {
|
|
25674
|
+
"name": {
|
|
25675
|
+
"en": "World Animal Day",
|
|
25676
|
+
"de": "Welttierschutztag",
|
|
25677
|
+
"es": "Día de los Animales",
|
|
25678
|
+
"fr": "Journée mondiale des Animaux",
|
|
25679
|
+
"nl": "Dierendag"
|
|
25680
|
+
}
|
|
25681
|
+
},
|
|
25658
25682
|
"11-11": {
|
|
25659
25683
|
"name": {
|
|
25660
25684
|
"en": "Saint Martin",
|
|
25661
25685
|
"de": "Sankt Martin (Faschingsbeginn)",
|
|
25662
25686
|
"hu": "Márton nap",
|
|
25663
|
-
"nl": "Sint
|
|
25687
|
+
"nl": "Sint-Maarten",
|
|
25664
25688
|
"vi": "Lễ thánh Martin"
|
|
25665
25689
|
}
|
|
25666
25690
|
},
|
|
@@ -25678,7 +25702,9 @@
|
|
|
25678
25702
|
"12-07": {
|
|
25679
25703
|
"name": {
|
|
25680
25704
|
"it": "Sant'Ambrogio",
|
|
25681
|
-
"en": "Saint Ambrose"
|
|
25705
|
+
"en": "Saint Ambrose",
|
|
25706
|
+
"de": "Ambrosius von Mailand",
|
|
25707
|
+
"nl": "Ambrosius van Milaan"
|
|
25682
25708
|
}
|
|
25683
25709
|
},
|
|
25684
25710
|
"12-08": {
|
|
@@ -25846,7 +25872,7 @@
|
|
|
25846
25872
|
"es": "Carnaval",
|
|
25847
25873
|
"fr": "Lundi de Carnaval",
|
|
25848
25874
|
"lb": "Fuesméindeg",
|
|
25849
|
-
"nl": "
|
|
25875
|
+
"nl": "Carnavalsmaandag",
|
|
25850
25876
|
"pap": "Dialuna di Carnaval",
|
|
25851
25877
|
"vi": "Ngày thứ hai hoa hồng"
|
|
25852
25878
|
}
|
|
@@ -25908,7 +25934,7 @@
|
|
|
25908
25934
|
"it": "Giovedì santo",
|
|
25909
25935
|
"kl": "sisamanngortoq illernartoq",
|
|
25910
25936
|
"lb": "Gréngen Donneschdeg",
|
|
25911
|
-
"nl": "Witte
|
|
25937
|
+
"nl": "Witte Donderdag",
|
|
25912
25938
|
"no": "Skjærtorsdag",
|
|
25913
25939
|
"sv": "Skärtorsdagen",
|
|
25914
25940
|
"vi": "Thứ năm Tuần Thánh"
|
|
@@ -26151,7 +26177,7 @@
|
|
|
26151
26177
|
"julian 12-24": {
|
|
26152
26178
|
"name": {
|
|
26153
26179
|
"en": "Orthodox Christmas Eve",
|
|
26154
|
-
"nl": "
|
|
26180
|
+
"nl": "Orthodoxe Kerstavond",
|
|
26155
26181
|
"mk": "Бадник",
|
|
26156
26182
|
"ti": "ልደት"
|
|
26157
26183
|
}
|
|
@@ -26162,7 +26188,7 @@
|
|
|
26162
26188
|
"bs": "Pravoslavni Božić",
|
|
26163
26189
|
"hr": "Pravoslavni Božić",
|
|
26164
26190
|
"mk": "Прв ден Божик",
|
|
26165
|
-
"nl": "
|
|
26191
|
+
"nl": "Orthodoxe Kerstmis",
|
|
26166
26192
|
"ro": "Craciun pe Rit Vechi",
|
|
26167
26193
|
"sq": "Krishtlindjet Ortodokse",
|
|
26168
26194
|
"sr": "Божић",
|
|
@@ -26173,7 +26199,7 @@
|
|
|
26173
26199
|
"name": {
|
|
26174
26200
|
"en": "Orthodox Good Friday",
|
|
26175
26201
|
"mk": "Велики Петок",
|
|
26176
|
-
"nl": "Orthodoxe Goede
|
|
26202
|
+
"nl": "Orthodoxe Goede Vrijdag",
|
|
26177
26203
|
"sr": "Велики петак",
|
|
26178
26204
|
"ti": "ዓርቢ ስቅለት"
|
|
26179
26205
|
}
|
|
@@ -26218,7 +26244,7 @@
|
|
|
26218
26244
|
"en": "Day of Ashura",
|
|
26219
26245
|
"ar": "عاشوراء",
|
|
26220
26246
|
"bn": "আশুরা",
|
|
26221
|
-
"nl": "Asjoera"
|
|
26247
|
+
"nl": "De tiende dag (Asjoera)"
|
|
26222
26248
|
}
|
|
26223
26249
|
},
|
|
26224
26250
|
"12 Rabi al-awwal": {
|
|
@@ -26231,7 +26257,7 @@
|
|
|
26231
26257
|
"fr": "Mawlid",
|
|
26232
26258
|
"id": "Maulid Nabi Muhammad",
|
|
26233
26259
|
"ms": "Hari Keputeraan Nabi Muhammad S.A.W.",
|
|
26234
|
-
"nl": "Mawlid an-Nabi",
|
|
26260
|
+
"nl": "Geboortedag Mohammed (Mawlid an-Nabi)",
|
|
26235
26261
|
"sq": "Mevludi"
|
|
26236
26262
|
}
|
|
26237
26263
|
},
|
|
@@ -26242,7 +26268,7 @@
|
|
|
26242
26268
|
"bs": "Lejletul Mi'radž",
|
|
26243
26269
|
"id": "Maulid Nabi Muhammad",
|
|
26244
26270
|
"ms": "Israk dan Mikraj",
|
|
26245
|
-
"nl": "
|
|
26271
|
+
"nl": "Hemelvaart Mohammed (Lailat-ul-Meraj)",
|
|
26246
26272
|
"sq": "Nata e Miraxhit",
|
|
26247
26273
|
"tr": "Miraç Gecesi"
|
|
26248
26274
|
}
|
|
@@ -26252,7 +26278,7 @@
|
|
|
26252
26278
|
"en": "Laylat al-Bara'at",
|
|
26253
26279
|
"ar": "ليلة البراءة",
|
|
26254
26280
|
"bs": "Lejletul berat",
|
|
26255
|
-
"nl": "
|
|
26281
|
+
"nl": "Nacht van de Lotsbezegeling (Lailat-ul-Baraat)",
|
|
26256
26282
|
"sq": "Nata e Beratit"
|
|
26257
26283
|
}
|
|
26258
26284
|
},
|
|
@@ -26387,13 +26413,14 @@
|
|
|
26387
26413
|
"name": {
|
|
26388
26414
|
"en": "Vesak Day",
|
|
26389
26415
|
"id": "Hari Raya Waisak",
|
|
26416
|
+
"nl": "Vesakha Puja",
|
|
26390
26417
|
"th": "วันวิสาขบูชา"
|
|
26391
26418
|
}
|
|
26392
26419
|
},
|
|
26393
26420
|
"Holi": {
|
|
26394
26421
|
"name": {
|
|
26395
26422
|
"en": "Holi Phagwa",
|
|
26396
|
-
"nl": "
|
|
26423
|
+
"nl": "Holifeest"
|
|
26397
26424
|
}
|
|
26398
26425
|
},
|
|
26399
26426
|
"Thaipusam": {
|
|
@@ -26405,18 +26432,21 @@
|
|
|
26405
26432
|
"Makha Bucha": {
|
|
26406
26433
|
"name": {
|
|
26407
26434
|
"en": "Makha Bucha",
|
|
26435
|
+
"nl": "Magha Puja",
|
|
26408
26436
|
"th": "วันมาฆบูชา"
|
|
26409
26437
|
}
|
|
26410
26438
|
},
|
|
26411
26439
|
"Asalha Puja": {
|
|
26412
26440
|
"name": {
|
|
26413
26441
|
"en": "Asalha Puja",
|
|
26442
|
+
"nl": "Asalha Puja",
|
|
26414
26443
|
"th": "วันอาสาฬหบูชา"
|
|
26415
26444
|
}
|
|
26416
26445
|
},
|
|
26417
26446
|
"Buddhist Lent": {
|
|
26418
26447
|
"name": {
|
|
26419
26448
|
"en": "Buddhist Lent",
|
|
26449
|
+
"nl": "Vassa",
|
|
26420
26450
|
"th": "วันเข้าพรรษา"
|
|
26421
26451
|
}
|
|
26422
26452
|
},
|
|
@@ -26576,7 +26606,7 @@
|
|
|
26576
26606
|
"en": "Revolution Day",
|
|
26577
26607
|
"ar": "يوم الثورة",
|
|
26578
26608
|
"es": "Día de la Revolución",
|
|
26579
|
-
"nl": "Dag van de
|
|
26609
|
+
"nl": "Dag van de Revolutie",
|
|
26580
26610
|
"ti": "ባሕቲ መስከረም",
|
|
26581
26611
|
"vi": "Tổng khởi nghĩa"
|
|
26582
26612
|
}
|
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:
|