date-holidays 3.26.11 → 3.26.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 +16 -0
- package/LICENSE +2 -0
- package/README.md +4 -1
- package/data/countries/AU.yaml +47 -10
- package/data/countries/FR.yaml +1 -1
- package/data/countries/GP.yaml +1 -1
- package/data/countries/NC.yaml +1 -1
- package/data/countries/PF.yaml +31 -0
- package/data/countries/RE.yaml +1 -1
- package/data/countries/SG.yaml +5 -0
- package/data/countries/WF.yaml +32 -0
- package/data/holidays.json +174 -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 +174 -13
- package/package.json +2 -1
- package/src/data.js +174 -13
package/lib/data.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const data = {
|
|
6
|
-
"version": "2026-
|
|
6
|
+
"version": "2026-04-08",
|
|
7
7
|
"license": "CC-BY-SA-3",
|
|
8
8
|
"holidays": {
|
|
9
9
|
"AD": {
|
|
@@ -1575,6 +1575,28 @@ const data = {
|
|
|
1575
1575
|
"Australia/Sydney"
|
|
1576
1576
|
],
|
|
1577
1577
|
"days": {
|
|
1578
|
+
"04-25 and if saturday then next monday": {
|
|
1579
|
+
"substitute": true,
|
|
1580
|
+
"name": {
|
|
1581
|
+
"en": "Anzac Day"
|
|
1582
|
+
},
|
|
1583
|
+
"active": [
|
|
1584
|
+
{
|
|
1585
|
+
"to": "2026-04-25"
|
|
1586
|
+
}
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1589
|
+
"04-25 and if saturday,sunday then next monday": {
|
|
1590
|
+
"substitute": true,
|
|
1591
|
+
"name": {
|
|
1592
|
+
"en": "Anzac Day"
|
|
1593
|
+
},
|
|
1594
|
+
"active": [
|
|
1595
|
+
{
|
|
1596
|
+
"from": "2026-04-25"
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1578
1600
|
"2nd monday in June": {
|
|
1579
1601
|
"name": {
|
|
1580
1602
|
"en": "Queen's Birthday"
|
|
@@ -1614,7 +1636,16 @@ const data = {
|
|
|
1614
1636
|
"Australia/Darwin"
|
|
1615
1637
|
],
|
|
1616
1638
|
"days": {
|
|
1617
|
-
"easter":
|
|
1639
|
+
"easter": {
|
|
1640
|
+
"name": {
|
|
1641
|
+
"en": "Easter Sunday"
|
|
1642
|
+
},
|
|
1643
|
+
"active": [
|
|
1644
|
+
{
|
|
1645
|
+
"from": "2023-04-09"
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
},
|
|
1618
1649
|
"04-25": false,
|
|
1619
1650
|
"04-25 if sunday then next monday": {
|
|
1620
1651
|
"substitute": true,
|
|
@@ -1661,10 +1692,22 @@ const data = {
|
|
|
1661
1692
|
"substitute": true,
|
|
1662
1693
|
"_name": "12-25"
|
|
1663
1694
|
},
|
|
1664
|
-
"12-26 and if saturday then next monday if sunday then next tuesday":
|
|
1665
|
-
"12-26 if saturday then next monday if sunday then next tuesday": {
|
|
1695
|
+
"12-26 and if saturday then next monday if sunday then next tuesday": {
|
|
1666
1696
|
"substitute": true,
|
|
1667
|
-
"_name": "12-26"
|
|
1697
|
+
"_name": "12-26",
|
|
1698
|
+
"active": [
|
|
1699
|
+
{
|
|
1700
|
+
"from": "2023-12-26"
|
|
1701
|
+
}
|
|
1702
|
+
]
|
|
1703
|
+
},
|
|
1704
|
+
"12-26 if saturday then next monday if sunday then next tuesday": {
|
|
1705
|
+
"_name": "12-26",
|
|
1706
|
+
"active": [
|
|
1707
|
+
{
|
|
1708
|
+
"to": "2023-12-26"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1668
1711
|
},
|
|
1669
1712
|
"12-31 19:00": {
|
|
1670
1713
|
"_name": "12-31"
|
|
@@ -1720,7 +1763,16 @@ const data = {
|
|
|
1720
1763
|
"Australia/Adelaide"
|
|
1721
1764
|
],
|
|
1722
1765
|
"days": {
|
|
1723
|
-
"easter":
|
|
1766
|
+
"easter": {
|
|
1767
|
+
"name": {
|
|
1768
|
+
"en": "Easter Sunday"
|
|
1769
|
+
},
|
|
1770
|
+
"active": [
|
|
1771
|
+
{
|
|
1772
|
+
"from": "2024-03-31"
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1724
1776
|
"2nd monday in March": {
|
|
1725
1777
|
"name": {
|
|
1726
1778
|
"en": "Adelaide Cup Day"
|
|
@@ -1759,10 +1811,22 @@ const data = {
|
|
|
1759
1811
|
"substitute": true,
|
|
1760
1812
|
"_name": "12-25"
|
|
1761
1813
|
},
|
|
1762
|
-
"12-26 and if saturday then next monday if sunday then next tuesday":
|
|
1763
|
-
"12-26 if saturday then next monday if sunday then next tuesday": {
|
|
1814
|
+
"12-26 and if saturday then next monday if sunday then next tuesday": {
|
|
1764
1815
|
"substitute": true,
|
|
1765
|
-
"name": "Proclamation Day"
|
|
1816
|
+
"name": "Proclamation Day",
|
|
1817
|
+
"active": [
|
|
1818
|
+
{
|
|
1819
|
+
"from": "2024-12-26"
|
|
1820
|
+
}
|
|
1821
|
+
]
|
|
1822
|
+
},
|
|
1823
|
+
"12-26 if saturday then next monday if sunday then next tuesday": {
|
|
1824
|
+
"name": "Proclamation Day",
|
|
1825
|
+
"active": [
|
|
1826
|
+
{
|
|
1827
|
+
"to": "2024-12-26"
|
|
1828
|
+
}
|
|
1829
|
+
]
|
|
1766
1830
|
},
|
|
1767
1831
|
"12-31 19:00": {
|
|
1768
1832
|
"_name": "12-31"
|
|
@@ -1878,7 +1942,16 @@ const data = {
|
|
|
1878
1942
|
}
|
|
1879
1943
|
},
|
|
1880
1944
|
"easter -1": false,
|
|
1881
|
-
"easter":
|
|
1945
|
+
"easter": {
|
|
1946
|
+
"name": {
|
|
1947
|
+
"en": "Easter Sunday"
|
|
1948
|
+
},
|
|
1949
|
+
"active": [
|
|
1950
|
+
{
|
|
1951
|
+
"from": "2022-04-17"
|
|
1952
|
+
}
|
|
1953
|
+
]
|
|
1954
|
+
},
|
|
1882
1955
|
"04-25": false,
|
|
1883
1956
|
"04-25 and if saturday,sunday then next monday": {
|
|
1884
1957
|
"substitute": true,
|
|
@@ -10381,7 +10454,7 @@ const data = {
|
|
|
10381
10454
|
"GP": {
|
|
10382
10455
|
"name": "Département et région d'outre-mer Guadeloupe",
|
|
10383
10456
|
"zones": [
|
|
10384
|
-
"America/
|
|
10457
|
+
"America/Guadeloupe"
|
|
10385
10458
|
],
|
|
10386
10459
|
"_days": "GP"
|
|
10387
10460
|
},
|
|
@@ -11288,7 +11361,7 @@ const data = {
|
|
|
11288
11361
|
"fr"
|
|
11289
11362
|
],
|
|
11290
11363
|
"zones": [
|
|
11291
|
-
"America/
|
|
11364
|
+
"America/Guadeloupe"
|
|
11292
11365
|
],
|
|
11293
11366
|
"dayoff": "sunday",
|
|
11294
11367
|
"_days": "FR",
|
|
@@ -18661,7 +18734,7 @@ const data = {
|
|
|
18661
18734
|
},
|
|
18662
18735
|
"09-24": {
|
|
18663
18736
|
"name": {
|
|
18664
|
-
"fr": "Fête de la
|
|
18737
|
+
"fr": "Fête de la Citoyenneté",
|
|
18665
18738
|
"en": "New Caledonia Day"
|
|
18666
18739
|
}
|
|
18667
18740
|
}
|
|
@@ -20025,6 +20098,53 @@ const data = {
|
|
|
20025
20098
|
}
|
|
20026
20099
|
}
|
|
20027
20100
|
},
|
|
20101
|
+
"PF": {
|
|
20102
|
+
"names": {
|
|
20103
|
+
"fr": "Polynésie française",
|
|
20104
|
+
"en": "French Polynesia"
|
|
20105
|
+
},
|
|
20106
|
+
"langs": [
|
|
20107
|
+
"fr"
|
|
20108
|
+
],
|
|
20109
|
+
"zones": [
|
|
20110
|
+
"Pacific/Tahiti"
|
|
20111
|
+
],
|
|
20112
|
+
"dayoff": "sunday",
|
|
20113
|
+
"_days": "FR",
|
|
20114
|
+
"days": {
|
|
20115
|
+
"03-05": {
|
|
20116
|
+
"name": {
|
|
20117
|
+
"fr": "Arrivée de l'Évangile",
|
|
20118
|
+
"en": "Missionary Day"
|
|
20119
|
+
}
|
|
20120
|
+
},
|
|
20121
|
+
"easter -2": {
|
|
20122
|
+
"_name": "easter -2"
|
|
20123
|
+
},
|
|
20124
|
+
"06-29": {
|
|
20125
|
+
"name": {
|
|
20126
|
+
"fr": "Fête de l'Autonomie",
|
|
20127
|
+
"en": "Internal Autonomy Day"
|
|
20128
|
+
},
|
|
20129
|
+
"active": [
|
|
20130
|
+
{
|
|
20131
|
+
"to": "2026-01-01"
|
|
20132
|
+
}
|
|
20133
|
+
]
|
|
20134
|
+
},
|
|
20135
|
+
"11-20": {
|
|
20136
|
+
"name": {
|
|
20137
|
+
"fr": "Matari'i",
|
|
20138
|
+
"en": "Maori New Year"
|
|
20139
|
+
},
|
|
20140
|
+
"active": [
|
|
20141
|
+
{
|
|
20142
|
+
"from": "2026-01-01"
|
|
20143
|
+
}
|
|
20144
|
+
]
|
|
20145
|
+
}
|
|
20146
|
+
}
|
|
20147
|
+
},
|
|
20028
20148
|
"PH": {
|
|
20029
20149
|
"names": {
|
|
20030
20150
|
"en": "Philippines"
|
|
@@ -21712,6 +21832,13 @@ const data = {
|
|
|
21712
21832
|
"2025-05-12": {
|
|
21713
21833
|
"_name": "Vesak"
|
|
21714
21834
|
},
|
|
21835
|
+
"2026-05-31": {
|
|
21836
|
+
"_name": "Vesak"
|
|
21837
|
+
},
|
|
21838
|
+
"2026-06-01": {
|
|
21839
|
+
"substitute": true,
|
|
21840
|
+
"_name": "Vesak"
|
|
21841
|
+
},
|
|
21715
21842
|
"2000-10-26": {
|
|
21716
21843
|
"_name": "Deepavali"
|
|
21717
21844
|
},
|
|
@@ -27103,6 +27230,40 @@ const data = {
|
|
|
27103
27230
|
}
|
|
27104
27231
|
}
|
|
27105
27232
|
},
|
|
27233
|
+
"WF": {
|
|
27234
|
+
"names": {
|
|
27235
|
+
"fr": "Wallis-et-Futuna",
|
|
27236
|
+
"en": "Wallis and Futuna"
|
|
27237
|
+
},
|
|
27238
|
+
"langs": [
|
|
27239
|
+
"fr"
|
|
27240
|
+
],
|
|
27241
|
+
"zones": [
|
|
27242
|
+
"Pacific/Wallis"
|
|
27243
|
+
],
|
|
27244
|
+
"dayoff": "sunday",
|
|
27245
|
+
"_days": "FR",
|
|
27246
|
+
"days": {
|
|
27247
|
+
"04-28": {
|
|
27248
|
+
"name": {
|
|
27249
|
+
"fr": "Fête de Saint Pierre-Chanel",
|
|
27250
|
+
"en": "Saint Pierre Chanel Day"
|
|
27251
|
+
}
|
|
27252
|
+
},
|
|
27253
|
+
"06-29": {
|
|
27254
|
+
"name": {
|
|
27255
|
+
"fr": "Saint Pierre et Paul",
|
|
27256
|
+
"en": "Saints Peter and Paul Day"
|
|
27257
|
+
}
|
|
27258
|
+
},
|
|
27259
|
+
"07-29": {
|
|
27260
|
+
"name": {
|
|
27261
|
+
"fr": "Fête du Territoire",
|
|
27262
|
+
"en": "Territory Day"
|
|
27263
|
+
}
|
|
27264
|
+
}
|
|
27265
|
+
}
|
|
27266
|
+
},
|
|
27106
27267
|
"XK": {
|
|
27107
27268
|
"names": {
|
|
27108
27269
|
"sq": "Republika e Kosovës",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.26.
|
|
3
|
+
"version": "3.26.13",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -159,6 +159,7 @@
|
|
|
159
159
|
"William Santos <william@MacBook-Pro-de-William-2.local>",
|
|
160
160
|
"Yannick <yannick.franssen@outlook.com>",
|
|
161
161
|
"Yari's Apple Minion <yarismeeseeks@icloud.com>",
|
|
162
|
+
"Yisu Kim <yisu.kim.dev@outlook.com>",
|
|
162
163
|
"Yoshio HANAWA <y@hnw.jp>",
|
|
163
164
|
"Yosuke Kumakura <kumatch@gmail.com>",
|
|
164
165
|
"Zacharias Erlandsson <zacharias.erlandsson@gmail.com>",
|
package/src/data.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const data = {
|
|
2
|
-
version: '2026-
|
|
2
|
+
version: '2026-04-08',
|
|
3
3
|
license: 'CC-BY-SA-3',
|
|
4
4
|
holidays: {
|
|
5
5
|
AD: {
|
|
@@ -1571,6 +1571,28 @@ export const data = {
|
|
|
1571
1571
|
'Australia/Sydney'
|
|
1572
1572
|
],
|
|
1573
1573
|
days: {
|
|
1574
|
+
'04-25 and if saturday then next monday': {
|
|
1575
|
+
substitute: true,
|
|
1576
|
+
name: {
|
|
1577
|
+
en: 'Anzac Day'
|
|
1578
|
+
},
|
|
1579
|
+
active: [
|
|
1580
|
+
{
|
|
1581
|
+
to: '2026-04-25'
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
'04-25 and if saturday,sunday then next monday': {
|
|
1586
|
+
substitute: true,
|
|
1587
|
+
name: {
|
|
1588
|
+
en: 'Anzac Day'
|
|
1589
|
+
},
|
|
1590
|
+
active: [
|
|
1591
|
+
{
|
|
1592
|
+
from: '2026-04-25'
|
|
1593
|
+
}
|
|
1594
|
+
]
|
|
1595
|
+
},
|
|
1574
1596
|
'2nd monday in June': {
|
|
1575
1597
|
name: {
|
|
1576
1598
|
en: "Queen's Birthday"
|
|
@@ -1610,7 +1632,16 @@ export const data = {
|
|
|
1610
1632
|
'Australia/Darwin'
|
|
1611
1633
|
],
|
|
1612
1634
|
days: {
|
|
1613
|
-
easter:
|
|
1635
|
+
easter: {
|
|
1636
|
+
name: {
|
|
1637
|
+
en: 'Easter Sunday'
|
|
1638
|
+
},
|
|
1639
|
+
active: [
|
|
1640
|
+
{
|
|
1641
|
+
from: '2023-04-09'
|
|
1642
|
+
}
|
|
1643
|
+
]
|
|
1644
|
+
},
|
|
1614
1645
|
'04-25': false,
|
|
1615
1646
|
'04-25 if sunday then next monday': {
|
|
1616
1647
|
substitute: true,
|
|
@@ -1657,10 +1688,22 @@ export const data = {
|
|
|
1657
1688
|
substitute: true,
|
|
1658
1689
|
_name: '12-25'
|
|
1659
1690
|
},
|
|
1660
|
-
'12-26 and if saturday then next monday if sunday then next tuesday':
|
|
1661
|
-
'12-26 if saturday then next monday if sunday then next tuesday': {
|
|
1691
|
+
'12-26 and if saturday then next monday if sunday then next tuesday': {
|
|
1662
1692
|
substitute: true,
|
|
1663
|
-
_name: '12-26'
|
|
1693
|
+
_name: '12-26',
|
|
1694
|
+
active: [
|
|
1695
|
+
{
|
|
1696
|
+
from: '2023-12-26'
|
|
1697
|
+
}
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
'12-26 if saturday then next monday if sunday then next tuesday': {
|
|
1701
|
+
_name: '12-26',
|
|
1702
|
+
active: [
|
|
1703
|
+
{
|
|
1704
|
+
to: '2023-12-26'
|
|
1705
|
+
}
|
|
1706
|
+
]
|
|
1664
1707
|
},
|
|
1665
1708
|
'12-31 19:00': {
|
|
1666
1709
|
_name: '12-31'
|
|
@@ -1716,7 +1759,16 @@ export const data = {
|
|
|
1716
1759
|
'Australia/Adelaide'
|
|
1717
1760
|
],
|
|
1718
1761
|
days: {
|
|
1719
|
-
easter:
|
|
1762
|
+
easter: {
|
|
1763
|
+
name: {
|
|
1764
|
+
en: 'Easter Sunday'
|
|
1765
|
+
},
|
|
1766
|
+
active: [
|
|
1767
|
+
{
|
|
1768
|
+
from: '2024-03-31'
|
|
1769
|
+
}
|
|
1770
|
+
]
|
|
1771
|
+
},
|
|
1720
1772
|
'2nd monday in March': {
|
|
1721
1773
|
name: {
|
|
1722
1774
|
en: 'Adelaide Cup Day'
|
|
@@ -1755,10 +1807,22 @@ export const data = {
|
|
|
1755
1807
|
substitute: true,
|
|
1756
1808
|
_name: '12-25'
|
|
1757
1809
|
},
|
|
1758
|
-
'12-26 and if saturday then next monday if sunday then next tuesday':
|
|
1759
|
-
'12-26 if saturday then next monday if sunday then next tuesday': {
|
|
1810
|
+
'12-26 and if saturday then next monday if sunday then next tuesday': {
|
|
1760
1811
|
substitute: true,
|
|
1761
|
-
name: 'Proclamation Day'
|
|
1812
|
+
name: 'Proclamation Day',
|
|
1813
|
+
active: [
|
|
1814
|
+
{
|
|
1815
|
+
from: '2024-12-26'
|
|
1816
|
+
}
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
'12-26 if saturday then next monday if sunday then next tuesday': {
|
|
1820
|
+
name: 'Proclamation Day',
|
|
1821
|
+
active: [
|
|
1822
|
+
{
|
|
1823
|
+
to: '2024-12-26'
|
|
1824
|
+
}
|
|
1825
|
+
]
|
|
1762
1826
|
},
|
|
1763
1827
|
'12-31 19:00': {
|
|
1764
1828
|
_name: '12-31'
|
|
@@ -1874,7 +1938,16 @@ export const data = {
|
|
|
1874
1938
|
}
|
|
1875
1939
|
},
|
|
1876
1940
|
'easter -1': false,
|
|
1877
|
-
easter:
|
|
1941
|
+
easter: {
|
|
1942
|
+
name: {
|
|
1943
|
+
en: 'Easter Sunday'
|
|
1944
|
+
},
|
|
1945
|
+
active: [
|
|
1946
|
+
{
|
|
1947
|
+
from: '2022-04-17'
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1878
1951
|
'04-25': false,
|
|
1879
1952
|
'04-25 and if saturday,sunday then next monday': {
|
|
1880
1953
|
substitute: true,
|
|
@@ -10377,7 +10450,7 @@ export const data = {
|
|
|
10377
10450
|
GP: {
|
|
10378
10451
|
name: "Département et région d'outre-mer Guadeloupe",
|
|
10379
10452
|
zones: [
|
|
10380
|
-
'America/
|
|
10453
|
+
'America/Guadeloupe'
|
|
10381
10454
|
],
|
|
10382
10455
|
_days: 'GP'
|
|
10383
10456
|
},
|
|
@@ -11284,7 +11357,7 @@ export const data = {
|
|
|
11284
11357
|
'fr'
|
|
11285
11358
|
],
|
|
11286
11359
|
zones: [
|
|
11287
|
-
'America/
|
|
11360
|
+
'America/Guadeloupe'
|
|
11288
11361
|
],
|
|
11289
11362
|
dayoff: 'sunday',
|
|
11290
11363
|
_days: 'FR',
|
|
@@ -18657,7 +18730,7 @@ export const data = {
|
|
|
18657
18730
|
},
|
|
18658
18731
|
'09-24': {
|
|
18659
18732
|
name: {
|
|
18660
|
-
fr: 'Fête de la
|
|
18733
|
+
fr: 'Fête de la Citoyenneté',
|
|
18661
18734
|
en: 'New Caledonia Day'
|
|
18662
18735
|
}
|
|
18663
18736
|
}
|
|
@@ -20021,6 +20094,53 @@ export const data = {
|
|
|
20021
20094
|
}
|
|
20022
20095
|
}
|
|
20023
20096
|
},
|
|
20097
|
+
PF: {
|
|
20098
|
+
names: {
|
|
20099
|
+
fr: 'Polynésie française',
|
|
20100
|
+
en: 'French Polynesia'
|
|
20101
|
+
},
|
|
20102
|
+
langs: [
|
|
20103
|
+
'fr'
|
|
20104
|
+
],
|
|
20105
|
+
zones: [
|
|
20106
|
+
'Pacific/Tahiti'
|
|
20107
|
+
],
|
|
20108
|
+
dayoff: 'sunday',
|
|
20109
|
+
_days: 'FR',
|
|
20110
|
+
days: {
|
|
20111
|
+
'03-05': {
|
|
20112
|
+
name: {
|
|
20113
|
+
fr: "Arrivée de l'Évangile",
|
|
20114
|
+
en: 'Missionary Day'
|
|
20115
|
+
}
|
|
20116
|
+
},
|
|
20117
|
+
'easter -2': {
|
|
20118
|
+
_name: 'easter -2'
|
|
20119
|
+
},
|
|
20120
|
+
'06-29': {
|
|
20121
|
+
name: {
|
|
20122
|
+
fr: "Fête de l'Autonomie",
|
|
20123
|
+
en: 'Internal Autonomy Day'
|
|
20124
|
+
},
|
|
20125
|
+
active: [
|
|
20126
|
+
{
|
|
20127
|
+
to: '2026-01-01'
|
|
20128
|
+
}
|
|
20129
|
+
]
|
|
20130
|
+
},
|
|
20131
|
+
'11-20': {
|
|
20132
|
+
name: {
|
|
20133
|
+
fr: "Matari'i",
|
|
20134
|
+
en: 'Maori New Year'
|
|
20135
|
+
},
|
|
20136
|
+
active: [
|
|
20137
|
+
{
|
|
20138
|
+
from: '2026-01-01'
|
|
20139
|
+
}
|
|
20140
|
+
]
|
|
20141
|
+
}
|
|
20142
|
+
}
|
|
20143
|
+
},
|
|
20024
20144
|
PH: {
|
|
20025
20145
|
names: {
|
|
20026
20146
|
en: 'Philippines'
|
|
@@ -21708,6 +21828,13 @@ export const data = {
|
|
|
21708
21828
|
'2025-05-12': {
|
|
21709
21829
|
_name: 'Vesak'
|
|
21710
21830
|
},
|
|
21831
|
+
'2026-05-31': {
|
|
21832
|
+
_name: 'Vesak'
|
|
21833
|
+
},
|
|
21834
|
+
'2026-06-01': {
|
|
21835
|
+
substitute: true,
|
|
21836
|
+
_name: 'Vesak'
|
|
21837
|
+
},
|
|
21711
21838
|
'2000-10-26': {
|
|
21712
21839
|
_name: 'Deepavali'
|
|
21713
21840
|
},
|
|
@@ -27099,6 +27226,40 @@ export const data = {
|
|
|
27099
27226
|
}
|
|
27100
27227
|
}
|
|
27101
27228
|
},
|
|
27229
|
+
WF: {
|
|
27230
|
+
names: {
|
|
27231
|
+
fr: 'Wallis-et-Futuna',
|
|
27232
|
+
en: 'Wallis and Futuna'
|
|
27233
|
+
},
|
|
27234
|
+
langs: [
|
|
27235
|
+
'fr'
|
|
27236
|
+
],
|
|
27237
|
+
zones: [
|
|
27238
|
+
'Pacific/Wallis'
|
|
27239
|
+
],
|
|
27240
|
+
dayoff: 'sunday',
|
|
27241
|
+
_days: 'FR',
|
|
27242
|
+
days: {
|
|
27243
|
+
'04-28': {
|
|
27244
|
+
name: {
|
|
27245
|
+
fr: 'Fête de Saint Pierre-Chanel',
|
|
27246
|
+
en: 'Saint Pierre Chanel Day'
|
|
27247
|
+
}
|
|
27248
|
+
},
|
|
27249
|
+
'06-29': {
|
|
27250
|
+
name: {
|
|
27251
|
+
fr: 'Saint Pierre et Paul',
|
|
27252
|
+
en: 'Saints Peter and Paul Day'
|
|
27253
|
+
}
|
|
27254
|
+
},
|
|
27255
|
+
'07-29': {
|
|
27256
|
+
name: {
|
|
27257
|
+
fr: 'Fête du Territoire',
|
|
27258
|
+
en: 'Territory Day'
|
|
27259
|
+
}
|
|
27260
|
+
}
|
|
27261
|
+
}
|
|
27262
|
+
},
|
|
27102
27263
|
XK: {
|
|
27103
27264
|
names: {
|
|
27104
27265
|
sq: 'Republika e Kosovës',
|