date-holidays 3.36.0 → 3.37.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 +14 -0
- package/LICENSE +1 -0
- package/README.md +13 -13
- package/data/countries/AD.yaml +79 -4
- package/data/countries/AL.yaml +11 -10
- package/data/countries/BE.yaml +20 -16
- package/data/countries/UZ.yaml +99 -0
- package/data/holidays.json +215 -41
- package/data/names.yaml +1 -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 +215 -41
- package/package.json +2 -1
- package/src/data.js +215 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.37.0](https://github.com/commenthol/date-holidays/compare/3.36.1...3.37.0) (2026-09-20)
|
|
4
|
+
|
|
5
|
+
- feat(data): add public holidays for Uzbekistan (UZ) [36405e7c](https://github.com/commenthol/date-holidays/commit/36405e7c163a9d603fd349955e98e04749510d3a)
|
|
6
|
+
- docs: updated links in README [3197e742](https://github.com/commenthol/date-holidays/commit/3197e74282642ed865f7ab5805eec66478d8921a)
|
|
7
|
+
|
|
8
|
+
## [3.36.1](https://github.com/commenthol/date-holidays/compare/3.36.0...3.36.1) (2026-09-06)
|
|
9
|
+
|
|
10
|
+
- docs: update country list [3477a3d7](https://github.com/commenthol/date-holidays/commit/3477a3d7fd1b18740406a4256250dfcba330cb48)
|
|
11
|
+
- fix(BE): avoid duplicate naming of holiday names [8e588732](https://github.com/commenthol/date-holidays/commit/8e5887326d328744465f05500791e3b156ca61c1)
|
|
12
|
+
- fix(BE): correct fr/de names of the Day of the Flemish Community [b8670489](https://github.com/commenthol/date-holidays/commit/b8670489c219d056d94955ffacb6eedce387bcfb)
|
|
13
|
+
- fix(BE): add English names for all Belgian holidays [1bb9245f](https://github.com/commenthol/date-holidays/commit/1bb9245fc70dcb9700d0cd70e281e1d8e65335a9)
|
|
14
|
+
- fix(AL): correct Albanian holiday substitutes [e773401a](https://github.com/commenthol/date-holidays/commit/e773401a85b6166dbc6272a6051ed86e69cb06ec)
|
|
15
|
+
- fix(AD): correct holiday dates and types [41d02e86](https://github.com/commenthol/date-holidays/commit/41d02e86aa809c6cc8796a430aa179b68321623d)
|
|
16
|
+
|
|
3
17
|
## [3.36.0](https://github.com/commenthol/date-holidays/compare/3.35.0...3.36.0) (2026-08-25)
|
|
4
18
|
|
|
5
19
|
- docs: update license attributions and county info [2430f847](https://github.com/commenthol/date-holidays/commit/2430f847bbde8aa8563f8beb02aea661b3453360)
|
package/LICENSE
CHANGED
|
@@ -147,6 +147,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Trinidad_and_Tobago
|
|
|
147
147
|
https://en.wikipedia.org/wiki/Public_holidays_in_Turkey
|
|
148
148
|
https://en.wikipedia.org/wiki/Public_holidays_in_Uganda
|
|
149
149
|
https://en.wikipedia.org/wiki/Public_holidays_in_Ukraine
|
|
150
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_Uzbekistan
|
|
150
151
|
https://en.wikipedia.org/wiki/Public_holidays_in_Vatican_City
|
|
151
152
|
https://en.wikipedia.org/wiki/Public_holidays_in_Venezuela
|
|
152
153
|
https://en.wikipedia.org/wiki/Public_holidays_in_Vietnam
|
package/README.md
CHANGED
|
@@ -57,8 +57,9 @@ If you are missing holidays from your country, state, region please consider
|
|
|
57
57
|
<!-- !tree -->
|
|
58
58
|
|
|
59
59
|
```
|
|
60
|
-
Countries:
|
|
60
|
+
Countries: 207
|
|
61
61
|
├── AD: Andorra
|
|
62
|
+
│ ├── 03: Encamp
|
|
62
63
|
│ └── 07: Andorra la Vella
|
|
63
64
|
├── AE: دولة الإمارات العربية المتحدة
|
|
64
65
|
├── AG: Antigua & Barbuda
|
|
@@ -663,6 +664,7 @@ Countries: 206
|
|
|
663
664
|
│ ├── WI: Wisconsin
|
|
664
665
|
│ └── WY: Wyoming
|
|
665
666
|
├── UY: Uruguay
|
|
667
|
+
├── UZ: Oʻzbekiston
|
|
666
668
|
├── VA: Stato della Città del Vaticano
|
|
667
669
|
├── VC: St. Vincent & Grenadines
|
|
668
670
|
├── VE: Venezuela
|
|
@@ -814,11 +816,10 @@ See [Holidays API][] for further information.
|
|
|
814
816
|
|
|
815
817
|
## Data
|
|
816
818
|
|
|
817
|
-
All data for the holidays of the different countries is contained in
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
[holidays.yaml specification][].
|
|
819
|
+
All data for the holidays of the different countries is contained in [`./data`](./data). For
|
|
820
|
+
changing holiday data edit the appropriate country in [`./data/countries`](./data/countries). Any
|
|
821
|
+
details on structure and available grammar for holiday attribution is described in [holidays.yaml
|
|
822
|
+
specification][].
|
|
822
823
|
|
|
823
824
|
<a name="custom"></a>
|
|
824
825
|
|
|
@@ -875,13 +876,12 @@ Please take a look at `./webpack.config.js`. To further reduce size consider cus
|
|
|
875
876
|
|
|
876
877
|
This project also runs in all modern browsers. See `./examples/browser`
|
|
877
878
|
|
|
878
|
-
| Browser | Version |
|
|
879
|
-
| ------- | :-----: |
|
|
880
|
-
| Chrome | >=45 |
|
|
881
|
-
| Firefox | >=45 |
|
|
882
|
-
| Safari | >=10 |
|
|
883
|
-
| Edge | >=13 |
|
|
884
|
-
| IE | >=11 | needs polyfill `core-js/es6` |
|
|
879
|
+
| Browser | Version |
|
|
880
|
+
| ------- | :-----: |
|
|
881
|
+
| Chrome | >=45 |
|
|
882
|
+
| Firefox | >=45 |
|
|
883
|
+
| Safari | >=10 |
|
|
884
|
+
| Edge | >=13 |
|
|
885
885
|
|
|
886
886
|
Please do not forget to set the correct charset!
|
|
887
887
|
|
package/data/countries/AD.yaml
CHANGED
|
@@ -38,8 +38,27 @@ holidays:
|
|
|
38
38
|
_name: 12-25
|
|
39
39
|
12-26:
|
|
40
40
|
_name: 12-26
|
|
41
|
-
easter -
|
|
41
|
+
easter -48 prior to 2024:
|
|
42
|
+
# Official labour calendars: Carnival was on Monday from 2015 through 2023.
|
|
43
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=ga26066012
|
|
44
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20171019_12_42_34
|
|
45
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GH20151023_09_22_50
|
|
46
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GV20161103_14_45_19
|
|
47
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20181108_11_02_50
|
|
48
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20191114_12_42_27
|
|
49
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20201126_14_59_33
|
|
50
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20211022_10_11_30
|
|
51
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD20221028_08_59_02
|
|
52
|
+
_name: easter -48
|
|
53
|
+
02-20 since 2024 and prior to 2025:
|
|
54
|
+
# Official labour calendar: Carnival was on Tuesday, 20 February 2024.
|
|
55
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD_2023_10_26_10_31_01
|
|
42
56
|
_name: easter -47
|
|
57
|
+
easter -48 since 2025:
|
|
58
|
+
# Official labour calendars: Carnival was on Monday in 2025 and 2026.
|
|
59
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD_2024_10_24_14_36_16
|
|
60
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=GD_2025_10_02_16_24_12
|
|
61
|
+
_name: easter -48
|
|
43
62
|
"easter -3 14:00":
|
|
44
63
|
type: bank
|
|
45
64
|
_name: easter -3
|
|
@@ -47,17 +66,64 @@ holidays:
|
|
|
47
66
|
_name: easter -2
|
|
48
67
|
easter:
|
|
49
68
|
_name: easter
|
|
69
|
+
type: observance
|
|
50
70
|
easter 1:
|
|
51
71
|
_name: easter 1
|
|
52
72
|
easter 49:
|
|
53
73
|
_name: easter 49
|
|
74
|
+
type: observance
|
|
54
75
|
easter 50:
|
|
55
76
|
_name: easter 50
|
|
56
77
|
regions:
|
|
57
78
|
# '02':
|
|
58
79
|
# name: Canillo
|
|
59
|
-
|
|
60
|
-
|
|
80
|
+
"03":
|
|
81
|
+
name: Encamp
|
|
82
|
+
days:
|
|
83
|
+
# Official Comú calendars published by the Comú and in BOPA for 2024-2026.
|
|
84
|
+
# @source https://www.comuencamp.ad/actualitat/noticies/encamp-es-prepara-per-celebrar-la-festa-del-poble-2024-amb-els-concerts-de-buhos-els-catarres-i-despistaos-com-a-caps-de-cartell
|
|
85
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=QEH_2024_11_27_10_29_49
|
|
86
|
+
# @source https://www.bopa.ad/Documents/Detall?doc=QEV_2025_11_21_09_39_06
|
|
87
|
+
06-21 since 2024 and prior to 2025:
|
|
88
|
+
name:
|
|
89
|
+
en: Encamp Town Festival
|
|
90
|
+
ca: Festa del poble d'Encamp
|
|
91
|
+
06-22 since 2024 and prior to 2025:
|
|
92
|
+
name:
|
|
93
|
+
en: Encamp Town Festival
|
|
94
|
+
ca: Festa del poble d'Encamp
|
|
95
|
+
06-23 since 2024 and prior to 2025:
|
|
96
|
+
name:
|
|
97
|
+
en: Encamp Town Festival
|
|
98
|
+
ca: Festa del poble d'Encamp
|
|
99
|
+
06-24 since 2024 and prior to 2025:
|
|
100
|
+
name:
|
|
101
|
+
en: Encamp Town Festival
|
|
102
|
+
ca: Festa del poble d'Encamp
|
|
103
|
+
06-21 since 2025 and prior to 2026:
|
|
104
|
+
name:
|
|
105
|
+
en: Encamp Town Festival
|
|
106
|
+
ca: Festa del poble d'Encamp
|
|
107
|
+
06-22 since 2025 and prior to 2026:
|
|
108
|
+
name:
|
|
109
|
+
en: Encamp Town Festival
|
|
110
|
+
ca: Festa del poble d'Encamp
|
|
111
|
+
06-23 since 2025 and prior to 2026:
|
|
112
|
+
name:
|
|
113
|
+
en: Encamp Town Festival
|
|
114
|
+
ca: Festa del poble d'Encamp
|
|
115
|
+
06-20 since 2026 and prior to 2027:
|
|
116
|
+
name:
|
|
117
|
+
en: Encamp Town Festival
|
|
118
|
+
ca: Festa del poble d'Encamp
|
|
119
|
+
06-21 since 2026 and prior to 2027:
|
|
120
|
+
name:
|
|
121
|
+
en: Encamp Town Festival
|
|
122
|
+
ca: Festa del poble d'Encamp
|
|
123
|
+
06-22 since 2026 and prior to 2027:
|
|
124
|
+
name:
|
|
125
|
+
en: Encamp Town Festival
|
|
126
|
+
ca: Festa del poble d'Encamp
|
|
61
127
|
# '04':
|
|
62
128
|
# name: La Massana
|
|
63
129
|
# '05':
|
|
@@ -67,7 +133,16 @@ holidays:
|
|
|
67
133
|
"07":
|
|
68
134
|
name: Andorra la Vella
|
|
69
135
|
days:
|
|
70
|
-
1st
|
|
136
|
+
1st friday in August P4D since 2024 and prior to 2026:
|
|
137
|
+
# Official Comú announcements confirm the 2024 and 2025 Festa Major periods.
|
|
138
|
+
# @source https://www.andorralavella.ad/comu/?q=noticia/l%E2%80%99arrossada-popular-el-gran-premi-d%E2%80%99andr%C3%B2mines-i-els-concerts-punts-forts-de-la-festa-major
|
|
139
|
+
# @source https://www.andorralavella.ad/comu/?q=noticia/els-gegants-d%E2%80%99andorra-la-vella-pregoners-de-la-festa-major-amb-motiu-del-seu-40%C3%A8-aniversari
|
|
140
|
+
name:
|
|
141
|
+
en: Andorra La Vella Festival
|
|
142
|
+
ca: Andorra La Vella Festival
|
|
143
|
+
1st saturday in August P3D since 2026 and prior to 2027:
|
|
144
|
+
# Official Comú announcement confirms the 2026 Festa Major period.
|
|
145
|
+
# @source https://www.andorralavella.ad/comu/?q=noticia/hysteriofunk-seran-els-pregoners-de-la-festa-major-en-reconeixement-als-seus-30-anys-de
|
|
71
146
|
name:
|
|
72
147
|
en: Andorra La Vella Festival
|
|
73
148
|
ca: Andorra La Vella Festival
|
package/data/countries/AL.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @source https://www.bankofalbania.org/Shtypi/Kalendari_i_festave_zyrtare_2026/
|
|
2
3
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Albania
|
|
3
4
|
AL:
|
|
4
5
|
names:
|
|
@@ -11,10 +12,10 @@ holidays:
|
|
|
11
12
|
zones:
|
|
12
13
|
- Europe/Tirane
|
|
13
14
|
days:
|
|
14
|
-
01-01 and if sunday then next tuesday:
|
|
15
|
+
01-01 and if saturday then next monday if sunday then next tuesday:
|
|
15
16
|
_name: 01-01
|
|
16
17
|
substitute: true
|
|
17
|
-
01-02 and if sunday then next
|
|
18
|
+
01-02 and if saturday then next monday if sunday then next tuesday:
|
|
18
19
|
name:
|
|
19
20
|
sq: Festa e Vitit të Ri
|
|
20
21
|
en: New Year Holiday
|
|
@@ -32,12 +33,12 @@ holidays:
|
|
|
32
33
|
03-08:
|
|
33
34
|
_name: Mothers Day
|
|
34
35
|
type: observance
|
|
35
|
-
03-14 and if sunday then next monday:
|
|
36
|
+
03-14 and if saturday,sunday then next monday:
|
|
36
37
|
name:
|
|
37
38
|
sq: Dita e Verës
|
|
38
39
|
en: Summer Day
|
|
39
40
|
substitute: true
|
|
40
|
-
03-22 and if sunday then next monday:
|
|
41
|
+
03-22 and if saturday,sunday then next monday:
|
|
41
42
|
name:
|
|
42
43
|
sq: Dita e Sulltan Nevruzit
|
|
43
44
|
en: Sultan Nevruz's Day
|
|
@@ -61,7 +62,7 @@ holidays:
|
|
|
61
62
|
name:
|
|
62
63
|
sq: Pashkët Ortodokse
|
|
63
64
|
en: Orthodox Easter
|
|
64
|
-
05-01 and if sunday then next monday:
|
|
65
|
+
05-01 and if saturday,sunday then next monday:
|
|
65
66
|
_name: 05-01
|
|
66
67
|
substitute: true
|
|
67
68
|
06-01:
|
|
@@ -69,7 +70,7 @@ holidays:
|
|
|
69
70
|
sq: Dita Ndërkombëtare e Fëmijëve
|
|
70
71
|
en: Children's Day
|
|
71
72
|
type: observance
|
|
72
|
-
10-19 and if sunday then next monday:
|
|
73
|
+
10-19 and if saturday,sunday then next monday:
|
|
73
74
|
name:
|
|
74
75
|
sq: Dita e Nënë Terezës
|
|
75
76
|
en: Mother Teresa Day
|
|
@@ -81,13 +82,13 @@ holidays:
|
|
|
81
82
|
sq: Dita e Alfabetit
|
|
82
83
|
en: Alphabet Day
|
|
83
84
|
type: observance
|
|
84
|
-
11-28 and if sunday then next monday:
|
|
85
|
+
11-28 and if saturday,sunday then next monday:
|
|
85
86
|
_name: Independence Day
|
|
86
87
|
substitute: true
|
|
87
|
-
11-29 and if sunday then next monday:
|
|
88
|
+
11-29 and if saturday,sunday then next monday:
|
|
88
89
|
_name: Liberation Day
|
|
89
90
|
substitute: true
|
|
90
|
-
12-08 and if sunday then next monday:
|
|
91
|
+
12-08 and if saturday,sunday then next monday:
|
|
91
92
|
name:
|
|
92
93
|
sq: Dita Kombëtare e Rinisë
|
|
93
94
|
en: Youth Day
|
|
@@ -97,7 +98,7 @@ holidays:
|
|
|
97
98
|
12-24:
|
|
98
99
|
_name: 12-24
|
|
99
100
|
type: bank
|
|
100
|
-
12-25 and if sunday then next monday:
|
|
101
|
+
12-25 and if saturday,sunday then next monday:
|
|
101
102
|
_name: 12-25
|
|
102
103
|
substitute: true
|
|
103
104
|
1 Shawwal:
|
package/data/countries/BE.yaml
CHANGED
|
@@ -31,35 +31,31 @@ holidays:
|
|
|
31
31
|
_name: easter
|
|
32
32
|
type: observance
|
|
33
33
|
easter 1:
|
|
34
|
+
_name: easter 1
|
|
34
35
|
name:
|
|
35
|
-
fr: Lundi de Pâques
|
|
36
36
|
nl: Paasmaandag
|
|
37
|
-
de: Ostermontag
|
|
38
37
|
05-01:
|
|
39
38
|
_name: 05-01
|
|
40
39
|
2nd sunday in May:
|
|
41
40
|
_name: Mothers Day
|
|
42
41
|
type: observance
|
|
43
42
|
easter 39:
|
|
43
|
+
_name: easter 39
|
|
44
44
|
name:
|
|
45
45
|
nl: Hemelvaartsdag
|
|
46
|
-
fr: Ascension
|
|
47
|
-
de: Christi Himmelfahrt
|
|
48
46
|
easter 49:
|
|
49
47
|
_name: easter 49
|
|
50
48
|
type: observance
|
|
51
49
|
easter 50:
|
|
50
|
+
_name: easter 50
|
|
52
51
|
name:
|
|
53
|
-
fr: Lundi de Pentecôte
|
|
54
52
|
nl: Pinkstermaandag
|
|
55
|
-
de: Pfingstmontag
|
|
56
53
|
07-21:
|
|
57
54
|
_name: National Holiday
|
|
58
55
|
08-15:
|
|
56
|
+
_name: 08-15
|
|
59
57
|
name:
|
|
60
|
-
fr: Assomption
|
|
61
58
|
nl: Tenhemelopneming
|
|
62
|
-
de: Mariä Himmelfahrt
|
|
63
59
|
11-01:
|
|
64
60
|
_name: 11-01
|
|
65
61
|
11-02:
|
|
@@ -67,14 +63,16 @@ holidays:
|
|
|
67
63
|
type: observance
|
|
68
64
|
11-11:
|
|
69
65
|
name:
|
|
70
|
-
de: Waffenstillstand
|
|
71
66
|
fr: Armistice
|
|
72
67
|
nl: Wapenstilstand
|
|
68
|
+
de: Waffenstillstand
|
|
69
|
+
en: Armistice Day
|
|
73
70
|
11-15:
|
|
74
71
|
name:
|
|
75
|
-
nl: Koningsdag
|
|
76
72
|
fr: Fête du Roi
|
|
73
|
+
nl: Koningsdag
|
|
77
74
|
de: Festtag des Königs
|
|
75
|
+
en: King's Feast
|
|
78
76
|
type: observance
|
|
79
77
|
12-06:
|
|
80
78
|
_name: 12-06
|
|
@@ -90,8 +88,10 @@ holidays:
|
|
|
90
88
|
days:
|
|
91
89
|
05-08:
|
|
92
90
|
name:
|
|
93
|
-
nl: Feest van de Iris
|
|
94
91
|
fr: Fête de l'Iris
|
|
92
|
+
nl: Feest van de Iris
|
|
93
|
+
de: Iris Festival
|
|
94
|
+
en: Iris Festival
|
|
95
95
|
type: observance
|
|
96
96
|
DE:
|
|
97
97
|
name: Deutschsprachige Gemeinschaft
|
|
@@ -100,9 +100,10 @@ holidays:
|
|
|
100
100
|
days:
|
|
101
101
|
11-15:
|
|
102
102
|
name:
|
|
103
|
-
de: Tag der Deutschsprachigen Gemeinschaft
|
|
104
103
|
fr: Jour de la Communauté Germanophone
|
|
105
104
|
nl: Feestdag van de Duitstalige Gemeenschap
|
|
105
|
+
de: Tag der Deutschsprachigen Gemeinschaft
|
|
106
|
+
en: Day of the German-speaking Community
|
|
106
107
|
type: observance
|
|
107
108
|
VLG:
|
|
108
109
|
name: Vlaamse Gemeenschap
|
|
@@ -111,9 +112,10 @@ holidays:
|
|
|
111
112
|
days:
|
|
112
113
|
07-11:
|
|
113
114
|
name:
|
|
114
|
-
|
|
115
|
-
fr: Fête de la Région wallonne
|
|
115
|
+
fr: Fête de la Communauté flamande
|
|
116
116
|
nl: Feestdag van de Vlaamse Gemeenschap
|
|
117
|
+
de: Feiertag der Flämischen Gemeinschaft
|
|
118
|
+
en: Day of the Flemish Community
|
|
117
119
|
type: observance
|
|
118
120
|
11-02:
|
|
119
121
|
_name: 11-02
|
|
@@ -121,9 +123,10 @@ holidays:
|
|
|
121
123
|
note: day-off for employees of the flemish government
|
|
122
124
|
11-15:
|
|
123
125
|
name:
|
|
124
|
-
nl: Koningsdag
|
|
125
126
|
fr: Fête du Roi
|
|
127
|
+
nl: Koningsdag
|
|
126
128
|
de: Festtag des Königs
|
|
129
|
+
en: King's Feast
|
|
127
130
|
type: observance
|
|
128
131
|
note: day-off for employees of the flemish government
|
|
129
132
|
12-26:
|
|
@@ -148,9 +151,10 @@ holidays:
|
|
|
148
151
|
days:
|
|
149
152
|
09-27:
|
|
150
153
|
name:
|
|
151
|
-
de: Tag der Französischsprachigen Gemeinschaft
|
|
152
154
|
fr: La fête de la communauté française
|
|
153
155
|
nl: Feestdag van de Franse Gemeenschap
|
|
156
|
+
de: Tag der Französischsprachigen Gemeinschaft
|
|
157
|
+
en: French Community Holiday
|
|
154
158
|
type: observance
|
|
155
159
|
# regions:
|
|
156
160
|
# WBR:
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Uzbekistan
|
|
2
|
+
# @source https://lex.uz/docs/6257288
|
|
3
|
+
holidays:
|
|
4
|
+
UZ:
|
|
5
|
+
names:
|
|
6
|
+
uz: Oʻzbekiston
|
|
7
|
+
ru: Узбекистан
|
|
8
|
+
en: Uzbekistan
|
|
9
|
+
dayoff: sunday
|
|
10
|
+
langs:
|
|
11
|
+
- uz
|
|
12
|
+
- ru
|
|
13
|
+
zones:
|
|
14
|
+
- Asia/Samarkand
|
|
15
|
+
- Asia/Tashkent
|
|
16
|
+
days:
|
|
17
|
+
01-01 and if saturday,sunday then next monday:
|
|
18
|
+
substitute: true
|
|
19
|
+
name:
|
|
20
|
+
uz: Yangi yil bayrami
|
|
21
|
+
ru: Новый год
|
|
22
|
+
en: New Year's Day
|
|
23
|
+
03-08 and if saturday,sunday then next monday:
|
|
24
|
+
substitute: true
|
|
25
|
+
name:
|
|
26
|
+
uz: Xalqaro xotin-qizlar kuni
|
|
27
|
+
ru: Международный женский день
|
|
28
|
+
en: International Women's Day
|
|
29
|
+
03-21 and if saturday,sunday then next monday:
|
|
30
|
+
substitute: true
|
|
31
|
+
name:
|
|
32
|
+
uz: Navroʻz bayrami
|
|
33
|
+
ru: Праздник Навруз
|
|
34
|
+
en: Nowruz
|
|
35
|
+
05-09 and if saturday,sunday then next monday:
|
|
36
|
+
substitute: true
|
|
37
|
+
name:
|
|
38
|
+
uz: Xotira va qadrlash kuni
|
|
39
|
+
ru: День памяти и почестей
|
|
40
|
+
en: Day of Memory and Honour
|
|
41
|
+
09-01 and if saturday,sunday then next monday:
|
|
42
|
+
substitute: true
|
|
43
|
+
name:
|
|
44
|
+
uz: Mustaqillik kuni
|
|
45
|
+
ru: День независимости
|
|
46
|
+
en: Independence Day
|
|
47
|
+
10-01 and if saturday,sunday then next monday:
|
|
48
|
+
substitute: true
|
|
49
|
+
name:
|
|
50
|
+
uz: Oʻqituvchi va murabbiylar kuni
|
|
51
|
+
ru: День учителя и наставника
|
|
52
|
+
en: Teachers and Mentors Day
|
|
53
|
+
12-08 and if saturday,sunday then next monday:
|
|
54
|
+
substitute: true
|
|
55
|
+
name:
|
|
56
|
+
uz: Konstitutsiya kuni
|
|
57
|
+
ru: День Конституции
|
|
58
|
+
en: Constitution Day
|
|
59
|
+
1 Shawwal and if saturday,sunday then next monday:
|
|
60
|
+
substitute: true
|
|
61
|
+
name:
|
|
62
|
+
uz: Roʻza hayiti
|
|
63
|
+
ru: Руза хайит
|
|
64
|
+
en: Eid al-Fitr
|
|
65
|
+
10 Dhu al-Hijjah and if saturday,sunday then next monday:
|
|
66
|
+
substitute: true
|
|
67
|
+
name:
|
|
68
|
+
uz: Qurbon hayiti
|
|
69
|
+
ru: Курбан хайит
|
|
70
|
+
en: Eid al-Adha
|
|
71
|
+
# states:
|
|
72
|
+
# AN:
|
|
73
|
+
# name: Andijan
|
|
74
|
+
# BU:
|
|
75
|
+
# name: Bukhara
|
|
76
|
+
# FA:
|
|
77
|
+
# name: Fergana
|
|
78
|
+
# JI:
|
|
79
|
+
# name: Jizzakh
|
|
80
|
+
# NG:
|
|
81
|
+
# name: Namangan
|
|
82
|
+
# NW:
|
|
83
|
+
# name: Navoiy
|
|
84
|
+
# QA:
|
|
85
|
+
# name: Qashqadaryo
|
|
86
|
+
# QR:
|
|
87
|
+
# name: Karakalpakstan
|
|
88
|
+
# SA:
|
|
89
|
+
# name: Samarqand
|
|
90
|
+
# SI:
|
|
91
|
+
# name: Sirdaryo
|
|
92
|
+
# SU:
|
|
93
|
+
# name: Surxondaryo
|
|
94
|
+
# TK:
|
|
95
|
+
# name: Tashkent
|
|
96
|
+
# TO:
|
|
97
|
+
# name: Tashkent Province
|
|
98
|
+
# XO:
|
|
99
|
+
# name: Xorazm
|