date-holidays 3.28.0 → 3.29.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 +12 -0
- package/LICENSE +1 -0
- package/README.md +3 -1
- package/data/countries/AT.yaml +2 -0
- package/data/countries/BZ.yaml +9 -5
- package/data/countries/DE.yaml +10 -0
- package/data/countries/JE.yaml +4 -0
- package/data/countries/KZ.yaml +154 -0
- package/data/countries/UA.yaml +18 -2
- package/data/holidays.json +220 -10
- package/data/names.yaml +2 -0
- 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 +220 -10
- package/package.json +10 -11
- package/src/data.js +220 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.29.0](https://github.com/commenthol/date-holidays/compare/3.28.0...3.29.0) (2026-05-14)
|
|
4
|
+
|
|
5
|
+
- fix(BZ): change attribution to source [433a44e2](https://github.com/commenthol/date-holidays/commit/433a44e29eae4d7d968460acfba11433c37253c8)
|
|
6
|
+
- fix(BZ): create fixtures [5042567f](https://github.com/commenthol/date-holidays/commit/5042567f6c607176b8c62294acc428177750910a)
|
|
7
|
+
- docs: update LICENSE and README [336e0d0a](https://github.com/commenthol/date-holidays/commit/336e0d0a46fd68b25da4b9650eb9cf51e01b661a)
|
|
8
|
+
- fix(BZ): Add Belize Holidays [bf460605](https://github.com/commenthol/date-holidays/commit/bf46060508b2c63a8cf6b821d43ea1c270f47956)
|
|
9
|
+
- feat(KZ): add Kazakhstan public holidays [19140f91](https://github.com/commenthol/date-holidays/commit/19140f91ebf90e8753cd940ff5088e8f7fa283d9)
|
|
10
|
+
- fix(UA): split Easter and Trinity Monday carry-over by period [5eeae20b](https://github.com/commenthol/date-holidays/commit/5eeae20baa811f8a07a8e5d1196715b3a066b671)
|
|
11
|
+
- feat(JE): add Summer Bank Holiday to Jersey holidays [78ddf36a](https://github.com/commenthol/date-holidays/commit/78ddf36a5c27cbe98925f1455bb6f105efb371d7)
|
|
12
|
+
- feat(DE): model BY Assumption Day via KATH region [7c7cd571](https://github.com/commenthol/date-holidays/commit/7c7cd57144d45dfc917de1a0b490ef4952e2a0f4)
|
|
13
|
+
- fix(AT): convert florian from public to observance [22eff697](https://github.com/commenthol/date-holidays/commit/22eff69762da3b9b1e014fd62c3d8c90ffb20ff4)
|
|
14
|
+
|
|
3
15
|
## [3.28.0](https://github.com/commenthol/date-holidays/compare/3.27.0...3.28.0) (2026-05-03)
|
|
4
16
|
|
|
5
17
|
- fix(MU): simplify rules for Hindu holidays (2020–2050) [4f56de17](https://github.com/commenthol/date-holidays/commit/4f56de17a361d45ee7f0cd70f82924818d390bf6)
|
package/LICENSE
CHANGED
|
@@ -101,6 +101,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Iran
|
|
|
101
101
|
https://en.wikipedia.org/wiki/Public_holidays_in_Israel
|
|
102
102
|
https://en.wikipedia.org/wiki/Public_holidays_in_Ivory_Coast
|
|
103
103
|
https://en.wikipedia.org/wiki/Public_holidays_in_Jamaica
|
|
104
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_Kazakhstan
|
|
104
105
|
https://en.wikipedia.org/wiki/Public_holidays_in_Latvia
|
|
105
106
|
https://en.wikipedia.org/wiki/Public_holidays_in_Liberia
|
|
106
107
|
https://en.wikipedia.org/wiki/Public_holidays_in_Libya
|
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: 204
|
|
61
61
|
├── AD: Andorra
|
|
62
62
|
│ └── 07: Andorra la Vella
|
|
63
63
|
├── AE: دولة الإمارات العربية المتحدة
|
|
@@ -242,6 +242,7 @@ Countries: 203
|
|
|
242
242
|
│ ├── BW: Baden-Württemberg
|
|
243
243
|
│ ├── BY: Bayern
|
|
244
244
|
│ │ ├── A: Stadt Augsburg
|
|
245
|
+
│ │ ├── KATH: Überwiegend katholische Gemeinden
|
|
245
246
|
│ │ └── EVANG: Überwiegend evangelische Gemeinden
|
|
246
247
|
│ ├── HB: Hansestadt Bremen
|
|
247
248
|
│ ├── HE: Hessen
|
|
@@ -432,6 +433,7 @@ Countries: 203
|
|
|
432
433
|
├── KN: St. Kitts & Nevis
|
|
433
434
|
├── KR: 대한민국
|
|
434
435
|
├── KY: Cayman Islands
|
|
436
|
+
├── KZ: Қазақстан
|
|
435
437
|
├── LC: St. Lucia
|
|
436
438
|
├── LI: Liechtenstein
|
|
437
439
|
├── LK: ශ්රී ලංකාව
|
package/data/countries/AT.yaml
CHANGED
|
@@ -96,6 +96,8 @@ holidays:
|
|
|
96
96
|
05-04:
|
|
97
97
|
name:
|
|
98
98
|
de-at: Florian
|
|
99
|
+
type: observance
|
|
100
|
+
note: Da der St. Florian aber in Oberösterreich eine besondere Bedeutung als Patron einhält, gilt er dort als Landesfeiertag und ist offiziell schulfrei. Für Arbeitnehmer:innen gilt er jedoch als normaler Arbeitstag.
|
|
99
101
|
"5":
|
|
100
102
|
names:
|
|
101
103
|
de: Land Salzburg
|
package/data/countries/BZ.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Belize
|
|
3
|
+
# @source https://www.pressoffice.gov.bz/public-and-bank-holidays-2026/
|
|
3
4
|
BZ:
|
|
4
5
|
names:
|
|
5
6
|
en: Belize
|
|
@@ -11,9 +12,12 @@ holidays:
|
|
|
11
12
|
days:
|
|
12
13
|
01-01:
|
|
13
14
|
_name: 01-01
|
|
15
|
+
01-15 if sunday then next monday:
|
|
16
|
+
name:
|
|
17
|
+
en: George Price Day
|
|
14
18
|
03-09 if friday,saturday,sunday then next monday if tuesday,wednesday,thursday then previous monday:
|
|
15
19
|
name:
|
|
16
|
-
en:
|
|
20
|
+
en: National Heroes and Benefactor Day
|
|
17
21
|
easter -2:
|
|
18
22
|
_name: easter -2
|
|
19
23
|
easter -1:
|
|
@@ -25,17 +29,17 @@ holidays:
|
|
|
25
29
|
_name: easter 1
|
|
26
30
|
05-01 if sunday then next monday:
|
|
27
31
|
_name: 05-01
|
|
28
|
-
|
|
32
|
+
08-01 if sunday then next monday:
|
|
29
33
|
name:
|
|
30
|
-
en:
|
|
34
|
+
en: Emancipation Day
|
|
31
35
|
09-10 if sunday then next monday:
|
|
32
36
|
name:
|
|
33
|
-
en:
|
|
37
|
+
en: St. George's Caye Day
|
|
34
38
|
09-21 if sunday then next monday:
|
|
35
39
|
_name: Independence Day
|
|
36
40
|
10-12 if friday,saturday,sunday then next monday if tuesday,wednesday,thursday then previous monday:
|
|
37
41
|
name:
|
|
38
|
-
en:
|
|
42
|
+
en: Indigenous People’s Resistance Day
|
|
39
43
|
11-19 if sunday then next monday:
|
|
40
44
|
name:
|
|
41
45
|
en: Garifuna Settlement Day
|
package/data/countries/DE.yaml
CHANGED
|
@@ -164,6 +164,7 @@ holidays:
|
|
|
164
164
|
11-01:
|
|
165
165
|
_name: 11-01
|
|
166
166
|
BY:
|
|
167
|
+
# @source https://www.gesetze-bayern.de/Content/Document/BayFTG-1
|
|
167
168
|
name: Bayern
|
|
168
169
|
days:
|
|
169
170
|
01-06:
|
|
@@ -175,6 +176,7 @@ holidays:
|
|
|
175
176
|
_name: easter 60
|
|
176
177
|
08-15:
|
|
177
178
|
_name: 08-15
|
|
179
|
+
type: observance
|
|
178
180
|
11-01:
|
|
179
181
|
_name: 11-01
|
|
180
182
|
wednesday before 11-23:
|
|
@@ -188,6 +190,14 @@ holidays:
|
|
|
188
190
|
name:
|
|
189
191
|
de: Augsburger Friedensfest
|
|
190
192
|
en: Augsburg Peace Festival
|
|
193
|
+
KATH:
|
|
194
|
+
names:
|
|
195
|
+
de: Überwiegend katholische Gemeinden
|
|
196
|
+
en: Predominantly catholic communities
|
|
197
|
+
days:
|
|
198
|
+
08-15:
|
|
199
|
+
_name: 08-15
|
|
200
|
+
type: public
|
|
191
201
|
EVANG:
|
|
192
202
|
names:
|
|
193
203
|
de: Überwiegend evangelische Gemeinden
|
package/data/countries/JE.yaml
CHANGED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Kazakhstan
|
|
2
|
+
# @source https://egov.kz/cms/en/articles/holidays-calend
|
|
3
|
+
holidays:
|
|
4
|
+
KZ:
|
|
5
|
+
names:
|
|
6
|
+
kk: Қазақстан
|
|
7
|
+
ru: Казахстан
|
|
8
|
+
en: Kazakhstan
|
|
9
|
+
dayoff: sunday
|
|
10
|
+
langs:
|
|
11
|
+
- kk
|
|
12
|
+
- ru
|
|
13
|
+
zones:
|
|
14
|
+
- Asia/Almaty
|
|
15
|
+
- Asia/Qyzylorda
|
|
16
|
+
- Asia/Aqtobe
|
|
17
|
+
- Asia/Aqtau
|
|
18
|
+
- Asia/Atyrau
|
|
19
|
+
- Asia/Oral
|
|
20
|
+
days:
|
|
21
|
+
01-01 and if saturday then next monday if sunday then next tuesday:
|
|
22
|
+
substitute: true
|
|
23
|
+
_name: 01-01
|
|
24
|
+
01-02 and if saturday then next monday if sunday then next tuesday:
|
|
25
|
+
substitute: true
|
|
26
|
+
_name: 01-01
|
|
27
|
+
01-07:
|
|
28
|
+
name:
|
|
29
|
+
kk: Рождество Христово
|
|
30
|
+
ru: Рождество Христово
|
|
31
|
+
en: Orthodox Christmas
|
|
32
|
+
03-08 and if saturday,sunday then next monday:
|
|
33
|
+
substitute: true
|
|
34
|
+
_name: 03-08
|
|
35
|
+
03-15 and if saturday,sunday then next monday since 2026:
|
|
36
|
+
substitute: true
|
|
37
|
+
name:
|
|
38
|
+
kk: Конституция күні
|
|
39
|
+
ru: День Конституции
|
|
40
|
+
en: Constitution Day
|
|
41
|
+
03-21 and if saturday then next monday if sunday then next tuesday:
|
|
42
|
+
substitute: true
|
|
43
|
+
name:
|
|
44
|
+
kk: Наурыз мейрамы
|
|
45
|
+
ru: Наурыз мейрамы
|
|
46
|
+
en: Nauryz
|
|
47
|
+
03-22 and if saturday then next monday if sunday then next tuesday:
|
|
48
|
+
substitute: true
|
|
49
|
+
name:
|
|
50
|
+
kk: Наурыз мейрамы
|
|
51
|
+
ru: Наурыз мейрамы
|
|
52
|
+
en: Nauryz
|
|
53
|
+
03-23 and if saturday then next monday if sunday then next tuesday:
|
|
54
|
+
substitute: true
|
|
55
|
+
name:
|
|
56
|
+
kk: Наурыз мейрамы
|
|
57
|
+
ru: Наурыз мейрамы
|
|
58
|
+
en: Nauryz
|
|
59
|
+
05-01 and if saturday,sunday then next monday:
|
|
60
|
+
substitute: true
|
|
61
|
+
name:
|
|
62
|
+
kk: Қазақстан халқының бірлігі күні
|
|
63
|
+
ru: День единства народа Казахстана
|
|
64
|
+
en: People's Unity Day
|
|
65
|
+
05-07 and if saturday,sunday then next monday since 2013:
|
|
66
|
+
substitute: true
|
|
67
|
+
name:
|
|
68
|
+
kk: Отан Қорғаушы күні
|
|
69
|
+
ru: День Защитника Отечества
|
|
70
|
+
en: Defender of the Fatherland Day
|
|
71
|
+
05-09 and if saturday,sunday then next monday:
|
|
72
|
+
substitute: true
|
|
73
|
+
name:
|
|
74
|
+
kk: Жеңіс күні
|
|
75
|
+
ru: День Победы
|
|
76
|
+
en: Victory Day
|
|
77
|
+
07-06 and if saturday,sunday then next monday:
|
|
78
|
+
substitute: true
|
|
79
|
+
name:
|
|
80
|
+
kk: Астана күні
|
|
81
|
+
ru: День столицы
|
|
82
|
+
en: Capital City Day
|
|
83
|
+
08-30 and if saturday,sunday then next monday prior to 2026:
|
|
84
|
+
substitute: true
|
|
85
|
+
name:
|
|
86
|
+
kk: Конституция күні
|
|
87
|
+
ru: День Конституции
|
|
88
|
+
en: Constitution Day
|
|
89
|
+
10-25 and if saturday,sunday then next monday:
|
|
90
|
+
substitute: true
|
|
91
|
+
name:
|
|
92
|
+
kk: Республика күні
|
|
93
|
+
ru: День Республики
|
|
94
|
+
en: Republic Day
|
|
95
|
+
active:
|
|
96
|
+
- from: "1995-01-01"
|
|
97
|
+
to: "2009-12-31"
|
|
98
|
+
- from: "2022-01-01"
|
|
99
|
+
12-01 and if saturday,sunday then next monday since 2012 and prior to 2022:
|
|
100
|
+
substitute: true
|
|
101
|
+
name:
|
|
102
|
+
kk: Тұңғыш Президент күні
|
|
103
|
+
ru: День Первого Президента
|
|
104
|
+
en: First President's Day
|
|
105
|
+
12-16 and if saturday then next monday if sunday then next tuesday:
|
|
106
|
+
substitute: true
|
|
107
|
+
name:
|
|
108
|
+
kk: Тәуелсіздік күні
|
|
109
|
+
ru: День независимости
|
|
110
|
+
en: Independence Day
|
|
111
|
+
12-17 and if saturday then next monday if sunday then next tuesday prior to 2022:
|
|
112
|
+
substitute: true
|
|
113
|
+
name:
|
|
114
|
+
kk: Тәуелсіздік күні
|
|
115
|
+
ru: День независимости
|
|
116
|
+
en: Independence Day
|
|
117
|
+
10 Dhu al-Hijjah:
|
|
118
|
+
name:
|
|
119
|
+
kk: Құрбан айт
|
|
120
|
+
ru: Курбан-айт
|
|
121
|
+
en: Eid al-Adha
|
|
122
|
+
# states:
|
|
123
|
+
# AKM:
|
|
124
|
+
# name: Akmola
|
|
125
|
+
# AKT:
|
|
126
|
+
# name: Aktobe
|
|
127
|
+
# ALA:
|
|
128
|
+
# name: Almaty
|
|
129
|
+
# ALM:
|
|
130
|
+
# name: Almaty Region
|
|
131
|
+
# AST:
|
|
132
|
+
# name: Astana
|
|
133
|
+
# ATY:
|
|
134
|
+
# name: Atyrau
|
|
135
|
+
# KAR:
|
|
136
|
+
# name: Karagandy
|
|
137
|
+
# KUS:
|
|
138
|
+
# name: Kostanay
|
|
139
|
+
# KZY:
|
|
140
|
+
# name: Kyzylorda
|
|
141
|
+
# MAN:
|
|
142
|
+
# name: Mangystau
|
|
143
|
+
# PAV:
|
|
144
|
+
# name: Pavlodar
|
|
145
|
+
# SEV:
|
|
146
|
+
# name: North Kazakhstan
|
|
147
|
+
# VOS:
|
|
148
|
+
# name: East Kazakhstan
|
|
149
|
+
# YUZ:
|
|
150
|
+
# name: South Kazakhstan
|
|
151
|
+
# ZAP:
|
|
152
|
+
# name: West Kazakhstan
|
|
153
|
+
# ZHA:
|
|
154
|
+
# name: Jambyl
|
package/data/countries/UA.yaml
CHANGED
|
@@ -28,10 +28,26 @@ holidays:
|
|
|
28
28
|
substitute: true
|
|
29
29
|
03-08 and if saturday, sunday then next monday:
|
|
30
30
|
_name: 03-08
|
|
31
|
-
orthodox and if sunday then next monday:
|
|
31
|
+
orthodox and if sunday then next monday since 1995 and prior to 1998:
|
|
32
32
|
_name: orthodox
|
|
33
|
-
|
|
33
|
+
substitute: true
|
|
34
|
+
orthodox since 1991 and prior to 1995:
|
|
35
|
+
_name: orthodox
|
|
36
|
+
orthodox since 1998 and prior to 2000:
|
|
37
|
+
_name: orthodox
|
|
38
|
+
orthodox and if sunday then next monday since 2000:
|
|
39
|
+
_name: orthodox
|
|
40
|
+
substitute: true
|
|
41
|
+
orthodox 49 and if sunday then next monday since 1995 and prior to 1998:
|
|
34
42
|
_name: easter 49
|
|
43
|
+
substitute: true
|
|
44
|
+
orthodox 49 since 1991 and prior to 1995:
|
|
45
|
+
_name: easter 49
|
|
46
|
+
orthodox 49 since 1998 and prior to 2000:
|
|
47
|
+
_name: easter 49
|
|
48
|
+
orthodox 49 and if sunday then next monday since 2000:
|
|
49
|
+
_name: easter 49
|
|
50
|
+
substitute: true
|
|
35
51
|
05-01 and if saturday, sunday then next tuesday:
|
|
36
52
|
_name: 05-01
|
|
37
53
|
substitute: true
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2026-05-
|
|
2
|
+
"version": "2026-05-14",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -1369,7 +1369,9 @@
|
|
|
1369
1369
|
"05-04": {
|
|
1370
1370
|
"name": {
|
|
1371
1371
|
"de-at": "Florian"
|
|
1372
|
-
}
|
|
1372
|
+
},
|
|
1373
|
+
"type": "observance",
|
|
1374
|
+
"note": "Da der St. Florian aber in Oberösterreich eine besondere Bedeutung als Patron einhält, gilt er dort als Landesfeiertag und ist offiziell schulfrei. Für Arbeitnehmer:innen gilt er jedoch als normaler Arbeitstag."
|
|
1373
1375
|
}
|
|
1374
1376
|
}
|
|
1375
1377
|
},
|
|
@@ -5000,9 +5002,14 @@
|
|
|
5000
5002
|
"01-01": {
|
|
5001
5003
|
"_name": "01-01"
|
|
5002
5004
|
},
|
|
5005
|
+
"01-15 if sunday then next monday": {
|
|
5006
|
+
"name": {
|
|
5007
|
+
"en": "George Price Day"
|
|
5008
|
+
}
|
|
5009
|
+
},
|
|
5003
5010
|
"03-09 if friday,saturday,sunday then next monday if tuesday,wednesday,thursday then previous monday": {
|
|
5004
5011
|
"name": {
|
|
5005
|
-
"en": "
|
|
5012
|
+
"en": "National Heroes and Benefactor Day"
|
|
5006
5013
|
}
|
|
5007
5014
|
},
|
|
5008
5015
|
"easter -2": {
|
|
@@ -5021,14 +5028,14 @@
|
|
|
5021
5028
|
"05-01 if sunday then next monday": {
|
|
5022
5029
|
"_name": "05-01"
|
|
5023
5030
|
},
|
|
5024
|
-
"
|
|
5031
|
+
"08-01 if sunday then next monday": {
|
|
5025
5032
|
"name": {
|
|
5026
|
-
"en": "
|
|
5033
|
+
"en": "Emancipation Day"
|
|
5027
5034
|
}
|
|
5028
5035
|
},
|
|
5029
5036
|
"09-10 if sunday then next monday": {
|
|
5030
5037
|
"name": {
|
|
5031
|
-
"en": "
|
|
5038
|
+
"en": "St. George's Caye Day"
|
|
5032
5039
|
}
|
|
5033
5040
|
},
|
|
5034
5041
|
"09-21 if sunday then next monday": {
|
|
@@ -5036,7 +5043,7 @@
|
|
|
5036
5043
|
},
|
|
5037
5044
|
"10-12 if friday,saturday,sunday then next monday if tuesday,wednesday,thursday then previous monday": {
|
|
5038
5045
|
"name": {
|
|
5039
|
-
"en": "
|
|
5046
|
+
"en": "Indigenous People’s Resistance Day"
|
|
5040
5047
|
}
|
|
5041
5048
|
},
|
|
5042
5049
|
"11-19 if sunday then next monday": {
|
|
@@ -8381,7 +8388,8 @@
|
|
|
8381
8388
|
"_name": "easter 60"
|
|
8382
8389
|
},
|
|
8383
8390
|
"08-15": {
|
|
8384
|
-
"_name": "08-15"
|
|
8391
|
+
"_name": "08-15",
|
|
8392
|
+
"type": "observance"
|
|
8385
8393
|
},
|
|
8386
8394
|
"11-01": {
|
|
8387
8395
|
"_name": "11-01"
|
|
@@ -8403,6 +8411,18 @@
|
|
|
8403
8411
|
}
|
|
8404
8412
|
}
|
|
8405
8413
|
},
|
|
8414
|
+
"KATH": {
|
|
8415
|
+
"names": {
|
|
8416
|
+
"de": "Überwiegend katholische Gemeinden",
|
|
8417
|
+
"en": "Predominantly catholic communities"
|
|
8418
|
+
},
|
|
8419
|
+
"days": {
|
|
8420
|
+
"08-15": {
|
|
8421
|
+
"_name": "08-15",
|
|
8422
|
+
"type": "public"
|
|
8423
|
+
}
|
|
8424
|
+
}
|
|
8425
|
+
},
|
|
8406
8426
|
"EVANG": {
|
|
8407
8427
|
"names": {
|
|
8408
8428
|
"de": "Überwiegend evangelische Gemeinden",
|
|
@@ -15018,6 +15038,11 @@
|
|
|
15018
15038
|
"name": {
|
|
15019
15039
|
"en": "Liberation Day"
|
|
15020
15040
|
}
|
|
15041
|
+
},
|
|
15042
|
+
"1st monday before 09-01": {
|
|
15043
|
+
"name": {
|
|
15044
|
+
"en": "Summer Bank Holiday"
|
|
15045
|
+
}
|
|
15021
15046
|
}
|
|
15022
15047
|
}
|
|
15023
15048
|
},
|
|
@@ -16040,6 +16065,167 @@
|
|
|
16040
16065
|
}
|
|
16041
16066
|
}
|
|
16042
16067
|
},
|
|
16068
|
+
"KZ": {
|
|
16069
|
+
"names": {
|
|
16070
|
+
"kk": "Қазақстан",
|
|
16071
|
+
"ru": "Казахстан",
|
|
16072
|
+
"en": "Kazakhstan"
|
|
16073
|
+
},
|
|
16074
|
+
"dayoff": "sunday",
|
|
16075
|
+
"langs": [
|
|
16076
|
+
"kk",
|
|
16077
|
+
"ru"
|
|
16078
|
+
],
|
|
16079
|
+
"zones": [
|
|
16080
|
+
"Asia/Almaty",
|
|
16081
|
+
"Asia/Qyzylorda",
|
|
16082
|
+
"Asia/Aqtobe",
|
|
16083
|
+
"Asia/Aqtau",
|
|
16084
|
+
"Asia/Atyrau",
|
|
16085
|
+
"Asia/Oral"
|
|
16086
|
+
],
|
|
16087
|
+
"days": {
|
|
16088
|
+
"01-01 and if saturday then next monday if sunday then next tuesday": {
|
|
16089
|
+
"substitute": true,
|
|
16090
|
+
"_name": "01-01"
|
|
16091
|
+
},
|
|
16092
|
+
"01-02 and if saturday then next monday if sunday then next tuesday": {
|
|
16093
|
+
"substitute": true,
|
|
16094
|
+
"_name": "01-01"
|
|
16095
|
+
},
|
|
16096
|
+
"01-07": {
|
|
16097
|
+
"name": {
|
|
16098
|
+
"kk": "Рождество Христово",
|
|
16099
|
+
"ru": "Рождество Христово",
|
|
16100
|
+
"en": "Orthodox Christmas"
|
|
16101
|
+
}
|
|
16102
|
+
},
|
|
16103
|
+
"03-08 and if saturday,sunday then next monday": {
|
|
16104
|
+
"substitute": true,
|
|
16105
|
+
"_name": "03-08"
|
|
16106
|
+
},
|
|
16107
|
+
"03-15 and if saturday,sunday then next monday since 2026": {
|
|
16108
|
+
"substitute": true,
|
|
16109
|
+
"name": {
|
|
16110
|
+
"kk": "Конституция күні",
|
|
16111
|
+
"ru": "День Конституции",
|
|
16112
|
+
"en": "Constitution Day"
|
|
16113
|
+
}
|
|
16114
|
+
},
|
|
16115
|
+
"03-21 and if saturday then next monday if sunday then next tuesday": {
|
|
16116
|
+
"substitute": true,
|
|
16117
|
+
"name": {
|
|
16118
|
+
"kk": "Наурыз мейрамы",
|
|
16119
|
+
"ru": "Наурыз мейрамы",
|
|
16120
|
+
"en": "Nauryz"
|
|
16121
|
+
}
|
|
16122
|
+
},
|
|
16123
|
+
"03-22 and if saturday then next monday if sunday then next tuesday": {
|
|
16124
|
+
"substitute": true,
|
|
16125
|
+
"name": {
|
|
16126
|
+
"kk": "Наурыз мейрамы",
|
|
16127
|
+
"ru": "Наурыз мейрамы",
|
|
16128
|
+
"en": "Nauryz"
|
|
16129
|
+
}
|
|
16130
|
+
},
|
|
16131
|
+
"03-23 and if saturday then next monday if sunday then next tuesday": {
|
|
16132
|
+
"substitute": true,
|
|
16133
|
+
"name": {
|
|
16134
|
+
"kk": "Наурыз мейрамы",
|
|
16135
|
+
"ru": "Наурыз мейрамы",
|
|
16136
|
+
"en": "Nauryz"
|
|
16137
|
+
}
|
|
16138
|
+
},
|
|
16139
|
+
"05-01 and if saturday,sunday then next monday": {
|
|
16140
|
+
"substitute": true,
|
|
16141
|
+
"name": {
|
|
16142
|
+
"kk": "Қазақстан халқының бірлігі күні",
|
|
16143
|
+
"ru": "День единства народа Казахстана",
|
|
16144
|
+
"en": "People's Unity Day"
|
|
16145
|
+
}
|
|
16146
|
+
},
|
|
16147
|
+
"05-07 and if saturday,sunday then next monday since 2013": {
|
|
16148
|
+
"substitute": true,
|
|
16149
|
+
"name": {
|
|
16150
|
+
"kk": "Отан Қорғаушы күні",
|
|
16151
|
+
"ru": "День Защитника Отечества",
|
|
16152
|
+
"en": "Defender of the Fatherland Day"
|
|
16153
|
+
}
|
|
16154
|
+
},
|
|
16155
|
+
"05-09 and if saturday,sunday then next monday": {
|
|
16156
|
+
"substitute": true,
|
|
16157
|
+
"name": {
|
|
16158
|
+
"kk": "Жеңіс күні",
|
|
16159
|
+
"ru": "День Победы",
|
|
16160
|
+
"en": "Victory Day"
|
|
16161
|
+
}
|
|
16162
|
+
},
|
|
16163
|
+
"07-06 and if saturday,sunday then next monday": {
|
|
16164
|
+
"substitute": true,
|
|
16165
|
+
"name": {
|
|
16166
|
+
"kk": "Астана күні",
|
|
16167
|
+
"ru": "День столицы",
|
|
16168
|
+
"en": "Capital City Day"
|
|
16169
|
+
}
|
|
16170
|
+
},
|
|
16171
|
+
"08-30 and if saturday,sunday then next monday prior to 2026": {
|
|
16172
|
+
"substitute": true,
|
|
16173
|
+
"name": {
|
|
16174
|
+
"kk": "Конституция күні",
|
|
16175
|
+
"ru": "День Конституции",
|
|
16176
|
+
"en": "Constitution Day"
|
|
16177
|
+
}
|
|
16178
|
+
},
|
|
16179
|
+
"10-25 and if saturday,sunday then next monday": {
|
|
16180
|
+
"substitute": true,
|
|
16181
|
+
"name": {
|
|
16182
|
+
"kk": "Республика күні",
|
|
16183
|
+
"ru": "День Республики",
|
|
16184
|
+
"en": "Republic Day"
|
|
16185
|
+
},
|
|
16186
|
+
"active": [
|
|
16187
|
+
{
|
|
16188
|
+
"from": "1995-01-01",
|
|
16189
|
+
"to": "2009-12-31"
|
|
16190
|
+
},
|
|
16191
|
+
{
|
|
16192
|
+
"from": "2022-01-01"
|
|
16193
|
+
}
|
|
16194
|
+
]
|
|
16195
|
+
},
|
|
16196
|
+
"12-01 and if saturday,sunday then next monday since 2012 and prior to 2022": {
|
|
16197
|
+
"substitute": true,
|
|
16198
|
+
"name": {
|
|
16199
|
+
"kk": "Тұңғыш Президент күні",
|
|
16200
|
+
"ru": "День Первого Президента",
|
|
16201
|
+
"en": "First President's Day"
|
|
16202
|
+
}
|
|
16203
|
+
},
|
|
16204
|
+
"12-16 and if saturday then next monday if sunday then next tuesday": {
|
|
16205
|
+
"substitute": true,
|
|
16206
|
+
"name": {
|
|
16207
|
+
"kk": "Тәуелсіздік күні",
|
|
16208
|
+
"ru": "День независимости",
|
|
16209
|
+
"en": "Independence Day"
|
|
16210
|
+
}
|
|
16211
|
+
},
|
|
16212
|
+
"12-17 and if saturday then next monday if sunday then next tuesday prior to 2022": {
|
|
16213
|
+
"substitute": true,
|
|
16214
|
+
"name": {
|
|
16215
|
+
"kk": "Тәуелсіздік күні",
|
|
16216
|
+
"ru": "День независимости",
|
|
16217
|
+
"en": "Independence Day"
|
|
16218
|
+
}
|
|
16219
|
+
},
|
|
16220
|
+
"10 Dhu al-Hijjah": {
|
|
16221
|
+
"name": {
|
|
16222
|
+
"kk": "Құрбан айт",
|
|
16223
|
+
"ru": "Курбан-айт",
|
|
16224
|
+
"en": "Eid al-Adha"
|
|
16225
|
+
}
|
|
16226
|
+
}
|
|
16227
|
+
}
|
|
16228
|
+
},
|
|
16043
16229
|
"LC": {
|
|
16044
16230
|
"names": {
|
|
16045
16231
|
"en": "St. Lucia"
|
|
@@ -25388,12 +25574,34 @@
|
|
|
25388
25574
|
"03-08 and if saturday, sunday then next monday": {
|
|
25389
25575
|
"_name": "03-08"
|
|
25390
25576
|
},
|
|
25391
|
-
"orthodox and if sunday then next monday": {
|
|
25577
|
+
"orthodox and if sunday then next monday since 1995 and prior to 1998": {
|
|
25578
|
+
"_name": "orthodox",
|
|
25579
|
+
"substitute": true
|
|
25580
|
+
},
|
|
25581
|
+
"orthodox since 1991 and prior to 1995": {
|
|
25392
25582
|
"_name": "orthodox"
|
|
25393
25583
|
},
|
|
25394
|
-
"orthodox
|
|
25584
|
+
"orthodox since 1998 and prior to 2000": {
|
|
25585
|
+
"_name": "orthodox"
|
|
25586
|
+
},
|
|
25587
|
+
"orthodox and if sunday then next monday since 2000": {
|
|
25588
|
+
"_name": "orthodox",
|
|
25589
|
+
"substitute": true
|
|
25590
|
+
},
|
|
25591
|
+
"orthodox 49 and if sunday then next monday since 1995 and prior to 1998": {
|
|
25592
|
+
"_name": "easter 49",
|
|
25593
|
+
"substitute": true
|
|
25594
|
+
},
|
|
25595
|
+
"orthodox 49 since 1991 and prior to 1995": {
|
|
25596
|
+
"_name": "easter 49"
|
|
25597
|
+
},
|
|
25598
|
+
"orthodox 49 since 1998 and prior to 2000": {
|
|
25395
25599
|
"_name": "easter 49"
|
|
25396
25600
|
},
|
|
25601
|
+
"orthodox 49 and if sunday then next monday since 2000": {
|
|
25602
|
+
"_name": "easter 49",
|
|
25603
|
+
"substitute": true
|
|
25604
|
+
},
|
|
25397
25605
|
"05-01 and if saturday, sunday then next tuesday": {
|
|
25398
25606
|
"_name": "05-01",
|
|
25399
25607
|
"substitute": true
|
|
@@ -28462,6 +28670,7 @@
|
|
|
28462
28670
|
"it": "Capodanno",
|
|
28463
28671
|
"is": "Nýársdagur",
|
|
28464
28672
|
"jp": "元日",
|
|
28673
|
+
"kk": "Жаңа жыл",
|
|
28465
28674
|
"kl": "ukiortaaq",
|
|
28466
28675
|
"ko": "신정",
|
|
28467
28676
|
"lb": "Neijoerschdag",
|
|
@@ -28553,6 +28762,7 @@
|
|
|
28553
28762
|
"ge": "ქალთა საერთაშორისო დღე",
|
|
28554
28763
|
"hu": "Nemzetközi nőnap",
|
|
28555
28764
|
"hy": "Կանանց տոն",
|
|
28765
|
+
"kk": "Халықаралық әйелдер күні",
|
|
28556
28766
|
"lb": "Internationale Fraendag",
|
|
28557
28767
|
"nl": "Internationale Vrouwendag",
|
|
28558
28768
|
"no": "Kvinnedagen",
|
package/data/names.yaml
CHANGED
|
@@ -37,6 +37,7 @@ names:
|
|
|
37
37
|
it: Capodanno
|
|
38
38
|
is: Nýársdagur
|
|
39
39
|
jp: 元日
|
|
40
|
+
kk: Жаңа жыл
|
|
40
41
|
kl: ukiortaaq
|
|
41
42
|
ko: 신정
|
|
42
43
|
lb: Neijoerschdag
|
|
@@ -123,6 +124,7 @@ names:
|
|
|
123
124
|
ge: ქალთა საერთაშორისო დღე
|
|
124
125
|
hu: Nemzetközi nőnap
|
|
125
126
|
hy: Կանանց տոն
|
|
127
|
+
kk: Халықаралық әйелдер күні
|
|
126
128
|
lb: Internationale Fraendag
|
|
127
129
|
nl: Internationale Vrouwendag
|
|
128
130
|
no: Kvinnedagen
|