date-holidays 3.27.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/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2026-04-11',
2
+ version: '2026-05-14',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -1369,7 +1369,9 @@ export const data = {
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 @@ export const data = {
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: 'Baron Bliss Day'
5012
+ en: 'National Heroes and Benefactor Day'
5006
5013
  }
5007
5014
  },
5008
5015
  'easter -2': {
@@ -5021,14 +5028,14 @@ export const data = {
5021
5028
  '05-01 if sunday then next monday': {
5022
5029
  _name: '05-01'
5023
5030
  },
5024
- '05-24 if friday,saturday,sunday then next monday if tuesday,wednesday,thursday then previous monday': {
5031
+ '08-01 if sunday then next monday': {
5025
5032
  name: {
5026
- en: "Commonwealth Day, Sovereign's Day"
5033
+ en: 'Emancipation Day'
5027
5034
  }
5028
5035
  },
5029
5036
  '09-10 if sunday then next monday': {
5030
5037
  name: {
5031
- en: "Saint George's Caye Day, National Day"
5038
+ en: "St. George's Caye Day"
5032
5039
  }
5033
5040
  },
5034
5041
  '09-21 if sunday then next monday': {
@@ -5036,7 +5043,7 @@ export const data = {
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: 'Day of the Americas'
5046
+ en: 'Indigenous People’s Resistance Day'
5040
5047
  }
5041
5048
  },
5042
5049
  '11-19 if sunday then next monday': {
@@ -5154,7 +5161,9 @@ export const data = {
5154
5161
  name: {
5155
5162
  en: 'National Day for Truth and Reconciliation',
5156
5163
  fr: 'Journée nationale de la vérité et de la réconciliation'
5157
- }
5164
+ },
5165
+ type: 'observance',
5166
+ note: 'Not a paid statutory holiday in all provinces and territories; Only federally-regulated employers governed by the Canada Labour Code are required to give their employees a paid day off work'
5158
5167
  },
5159
5168
  '2nd monday after 10-01': {
5160
5169
  name: {
@@ -5205,7 +5214,8 @@ export const data = {
5205
5214
  fr: 'Fête du patrimoine'
5206
5215
  },
5207
5216
  type: 'optional'
5208
- }
5217
+ },
5218
+ '09-30 since 2021': false
5209
5219
  }
5210
5220
  },
5211
5221
  BC: {
@@ -5283,7 +5293,8 @@ export const data = {
5283
5293
  from: 2018
5284
5294
  }
5285
5295
  ]
5286
- }
5296
+ },
5297
+ '09-30 since 2021': false
5287
5298
  }
5288
5299
  },
5289
5300
  NL: {
@@ -5381,7 +5392,8 @@ export const data = {
5381
5392
  en: 'Nunavut Day'
5382
5393
  },
5383
5394
  type: 'bank'
5384
- }
5395
+ },
5396
+ '09-30 since 2021': false
5385
5397
  }
5386
5398
  },
5387
5399
  ON: {
@@ -5403,7 +5415,8 @@ export const data = {
5403
5415
  },
5404
5416
  'easter 1': {
5405
5417
  _name: 'easter 1'
5406
- }
5418
+ },
5419
+ '09-30 since 2021': false
5407
5420
  }
5408
5421
  },
5409
5422
  PE: {
@@ -5424,7 +5437,8 @@ export const data = {
5424
5437
  en: 'Gold Cup Parade Day',
5425
5438
  fr: "Défilé de la Coupe d'or"
5426
5439
  }
5427
- }
5440
+ },
5441
+ '09-30 since 2021': false
5428
5442
  }
5429
5443
  },
5430
5444
  QC: {
@@ -5455,7 +5469,8 @@ export const data = {
5455
5469
  fr: 'Fête nationale du Québec'
5456
5470
  }
5457
5471
  },
5458
- 'monday after 08-01': false
5472
+ 'monday after 08-01': false,
5473
+ '09-30 since 2021': false
5459
5474
  }
5460
5475
  },
5461
5476
  SK: {
@@ -5476,7 +5491,8 @@ export const data = {
5476
5491
  name: {
5477
5492
  en: 'Saskatchewan Day'
5478
5493
  }
5479
- }
5494
+ },
5495
+ '09-30 since 2021': false
5480
5496
  }
5481
5497
  },
5482
5498
  YT: {
@@ -8372,7 +8388,8 @@ export const data = {
8372
8388
  _name: 'easter 60'
8373
8389
  },
8374
8390
  '08-15': {
8375
- _name: '08-15'
8391
+ _name: '08-15',
8392
+ type: 'observance'
8376
8393
  },
8377
8394
  '11-01': {
8378
8395
  _name: '11-01'
@@ -8394,6 +8411,18 @@ export const data = {
8394
8411
  }
8395
8412
  }
8396
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
+ },
8397
8426
  EVANG: {
8398
8427
  names: {
8399
8428
  de: 'Überwiegend evangelische Gemeinden',
@@ -9406,9 +9435,6 @@ export const data = {
9406
9435
  _name: '03-19',
9407
9436
  type: 'observance'
9408
9437
  },
9409
- 'easter -3': {
9410
- _name: 'easter -3'
9411
- },
9412
9438
  'easter -2': {
9413
9439
  _name: 'easter -2'
9414
9440
  },
@@ -9427,13 +9453,6 @@ export const data = {
9427
9453
  _name: 'easter 49',
9428
9454
  type: 'observance'
9429
9455
  },
9430
- '07-25': {
9431
- name: {
9432
- es: 'Santiago Apostol'
9433
- },
9434
- type: 'observance',
9435
- note: 'regional'
9436
- },
9437
9456
  '08-15': {
9438
9457
  _name: '08-15'
9439
9458
  },
@@ -9452,23 +9471,11 @@ export const data = {
9452
9471
  '11-01': {
9453
9472
  _name: '11-01'
9454
9473
  },
9455
- 'substitutes 11-01 if sunday then next monday': {
9456
- substitute: true,
9457
- type: 'observance',
9458
- _name: '11-01'
9459
- },
9460
9474
  '12-06': {
9461
9475
  name: {
9462
9476
  es: 'Día de la Constitución Española'
9463
9477
  }
9464
9478
  },
9465
- 'substitutes 12-06 if sunday then next monday': {
9466
- type: 'observance',
9467
- substitute: true,
9468
- name: {
9469
- es: 'Día de la Constitución Española'
9470
- }
9471
- },
9472
9479
  '12-08': {
9473
9480
  _name: '12-08'
9474
9481
  },
@@ -9510,12 +9517,25 @@ export const data = {
9510
9517
  },
9511
9518
  'easter -3': {
9512
9519
  _name: 'easter -3'
9520
+ },
9521
+ 'substitutes 11-01 if sunday then next monday': {
9522
+ substitute: true,
9523
+ _name: '11-01'
9524
+ },
9525
+ 'substitutes 12-06 if sunday then next monday': {
9526
+ substitute: true,
9527
+ name: {
9528
+ es: 'Día de la Constitución Española'
9529
+ }
9513
9530
  }
9514
9531
  }
9515
9532
  },
9516
9533
  AR: {
9517
9534
  name: 'Aragón',
9518
9535
  days: {
9536
+ 'easter -3': {
9537
+ _name: 'easter -3'
9538
+ },
9519
9539
  '04-23': {
9520
9540
  name: {
9521
9541
  es: 'Día de Aragón'
@@ -9534,12 +9554,25 @@ export const data = {
9534
9554
  'substitutes 08-15 if Sunday then next Monday': {
9535
9555
  substitute: true,
9536
9556
  _name: '08-15'
9557
+ },
9558
+ 'substitutes 11-01 if sunday then next monday': {
9559
+ substitute: true,
9560
+ _name: '11-01'
9561
+ },
9562
+ 'substitutes 12-06 if sunday then next monday': {
9563
+ substitute: true,
9564
+ name: {
9565
+ es: 'Día de la Constitución Española'
9566
+ }
9537
9567
  }
9538
9568
  }
9539
9569
  },
9540
9570
  AS: {
9541
9571
  name: 'Asturias',
9542
9572
  days: {
9573
+ 'easter -3': {
9574
+ _name: 'easter -3'
9575
+ },
9543
9576
  'substitutes 05-01 if Sunday then next Monday': {
9544
9577
  substitute: true,
9545
9578
  _name: '05-01'
@@ -9554,16 +9587,26 @@ export const data = {
9554
9587
  'substitutes 09-08 if Sunday then next Monday': {
9555
9588
  substitute: true,
9556
9589
  name: 'Día de Asturias'
9590
+ },
9591
+ 'substitutes 11-01 if sunday then next monday': {
9592
+ substitute: true,
9593
+ _name: '11-01'
9594
+ },
9595
+ 'substitutes 12-06 if sunday then next monday': {
9596
+ substitute: true,
9597
+ name: {
9598
+ es: 'Día de la Constitución Española'
9599
+ }
9557
9600
  }
9558
9601
  }
9559
9602
  },
9560
9603
  CB: {
9561
9604
  name: 'Cantabria',
9562
9605
  days: {
9563
- '06-28': {
9564
- name: 'Día de las Instituciones de Cantabria'
9606
+ 'easter -3': {
9607
+ _name: 'easter -3'
9565
9608
  },
9566
- 'substitutes 06-28 if Sunday then next Monday': {
9609
+ '06-28': {
9567
9610
  name: 'Día de las Instituciones de Cantabria'
9568
9611
  },
9569
9612
  '09-15': {
@@ -9571,12 +9614,21 @@ export const data = {
9571
9614
  },
9572
9615
  'substitutes 09-15 if Sunday then next Monday': {
9573
9616
  name: 'La Bien Aparecida'
9617
+ },
9618
+ 'substitutes 12-06 if sunday then next monday': {
9619
+ substitute: true,
9620
+ name: {
9621
+ es: 'Día de la Constitución Española'
9622
+ }
9574
9623
  }
9575
9624
  }
9576
9625
  },
9577
9626
  CE: {
9578
9627
  name: 'Ciudad de Ceuta',
9579
9628
  days: {
9629
+ 'easter -3': {
9630
+ _name: 'easter -3'
9631
+ },
9580
9632
  '08-05': {
9581
9633
  name: 'Nuestra Señora de África'
9582
9634
  },
@@ -9602,6 +9654,9 @@ export const data = {
9602
9654
  en: 'Castile and León'
9603
9655
  },
9604
9656
  days: {
9657
+ 'easter -3': {
9658
+ _name: 'easter -3'
9659
+ },
9605
9660
  '04-23': {
9606
9661
  name: 'Fiesta de Castilla y León'
9607
9662
  },
@@ -9616,21 +9671,34 @@ export const data = {
9616
9671
  'substitutes 08-15 if Sunday then next Monday': {
9617
9672
  substitute: true,
9618
9673
  _name: '08-15'
9674
+ },
9675
+ 'substitutes 11-01 if sunday then next monday': {
9676
+ substitute: true,
9677
+ _name: '11-01'
9678
+ },
9679
+ 'substitutes 12-06 if sunday then next monday': {
9680
+ substitute: true,
9681
+ name: {
9682
+ es: 'Día de la Constitución Española'
9683
+ }
9619
9684
  }
9620
9685
  }
9621
9686
  },
9622
9687
  CM: {
9623
9688
  name: 'Castile-La Mancha',
9624
9689
  days: {
9625
- '05-31 since 2020': {
9626
- name: 'Día de Castilla-La Mancha'
9690
+ 'easter -3': {
9691
+ _name: 'easter -3'
9627
9692
  },
9628
- 'substitutes 05-31 if Sunday then next Monday since 2020': {
9629
- substitute: true,
9693
+ '05-31 since 2020': {
9630
9694
  name: 'Día de Castilla-La Mancha'
9631
9695
  },
9632
9696
  'easter 60': {
9633
9697
  _name: 'easter 60'
9698
+ },
9699
+ 'substitutes 11-01 if sunday then next monday': {
9700
+ substitute: true,
9701
+ _name: '11-01'
9634
9702
  }
9635
9703
  }
9636
9704
  },
@@ -9743,30 +9811,40 @@ export const data = {
9743
9811
  'easter 1': {
9744
9812
  _name: 'easter 1'
9745
9813
  },
9746
- 'easter 50': {
9747
- _name: 'easter 50'
9748
- },
9749
9814
  'substitutes 05-01 if Saturday, Sunday then next Monday': {
9750
9815
  substitute: true,
9751
9816
  _name: '05-01'
9752
9817
  },
9753
- '09-24 if sunday then next monday': {
9754
- name: {
9755
- es: 'Mare de Déu de la Mercè'
9756
- }
9757
- },
9758
9818
  '12-26': {
9759
9819
  name: {
9760
9820
  ca: 'Sant Esteve',
9761
9821
  es: 'San Esteban'
9822
+ }
9823
+ }
9824
+ },
9825
+ regions: {
9826
+ B: {
9827
+ names: {
9828
+ ca: 'Barcelona',
9829
+ es: 'Barcelona'
9762
9830
  },
9763
- type: 'observance'
9831
+ days: {
9832
+ '09-24': {
9833
+ name: {
9834
+ ca: 'Mare de Déu de la Mercè',
9835
+ es: 'Nuestra Señora de la Merced'
9836
+ }
9837
+ }
9838
+ }
9764
9839
  }
9765
9840
  }
9766
9841
  },
9767
9842
  EX: {
9768
9843
  name: 'Extremadura',
9769
9844
  days: {
9845
+ 'easter -3': {
9846
+ _name: 'easter -3'
9847
+ },
9770
9848
  'substitutes 05-01 if Sunday then next Monday': {
9771
9849
  substitute: true,
9772
9850
  _name: '05-01'
@@ -9777,25 +9855,33 @@ export const data = {
9777
9855
  'substitutes 09-08 if Sunday then next Monday': {
9778
9856
  substitute: true,
9779
9857
  name: 'Día de Extremadura'
9858
+ },
9859
+ 'substitutes 11-01 if sunday then next monday': {
9860
+ substitute: true,
9861
+ _name: '11-01'
9862
+ },
9863
+ 'substitutes 12-06 if sunday then next monday': {
9864
+ substitute: true,
9865
+ name: {
9866
+ es: 'Día de la Constitución Española'
9867
+ }
9780
9868
  }
9781
9869
  }
9782
9870
  },
9783
9871
  GA: {
9784
9872
  name: 'Galicia',
9785
9873
  days: {
9786
- '05-17': {
9787
- name: 'Día de las Letras Gallegas'
9874
+ '03-19': {
9875
+ _name: '03-19'
9788
9876
  },
9789
- 'substitutes 05-17 if Sunday then next Monday': {
9790
- substitute: true,
9877
+ 'easter -3': {
9878
+ _name: 'easter -3'
9879
+ },
9880
+ '05-17': {
9791
9881
  name: 'Día de las Letras Gallegas'
9792
9882
  },
9793
9883
  '07-25': {
9794
9884
  name: 'Día Nacional de Galicia'
9795
- },
9796
- 'substitutes 07-25 if Sunday then next Monday': {
9797
- substitute: true,
9798
- name: 'Día Nacional de Galicia'
9799
9885
  }
9800
9886
  }
9801
9887
  },
@@ -9816,6 +9902,9 @@ export const data = {
9816
9902
  es: 'Día de les Illes Balears'
9817
9903
  }
9818
9904
  },
9905
+ 'easter -3': {
9906
+ _name: 'easter -3'
9907
+ },
9819
9908
  'easter 1': {
9820
9909
  _name: 'easter 1'
9821
9910
  },
@@ -9830,15 +9919,30 @@ export const data = {
9830
9919
  MC: {
9831
9920
  name: 'Murcia Region',
9832
9921
  days: {
9922
+ '03-19': {
9923
+ _name: '03-19'
9924
+ },
9925
+ 'easter -3': {
9926
+ _name: 'easter -3'
9927
+ },
9833
9928
  'substitutes 05-01 if Sunday then next Monday': {
9834
9929
  substitute: true,
9835
9930
  _name: '05-01'
9931
+ },
9932
+ 'substitutes 12-06 if sunday then next monday': {
9933
+ substitute: true,
9934
+ name: {
9935
+ es: 'Día de la Constitución Española'
9936
+ }
9836
9937
  }
9837
9938
  }
9838
9939
  },
9839
9940
  MD: {
9840
9941
  name: 'Comunidad de Madrid',
9841
9942
  days: {
9943
+ 'easter -3': {
9944
+ _name: 'easter -3'
9945
+ },
9842
9946
  '05-02 if Sunday then next Monday': {
9843
9947
  name: {
9844
9948
  es: 'Día de la Comunidad de Madrid'
@@ -9856,29 +9960,41 @@ export const data = {
9856
9960
  },
9857
9961
  type: 'observance'
9858
9962
  },
9859
- '07-25': {
9860
- name: 'Santiago Apóstol'
9861
- },
9862
- 'substitutes 07-25 if Sunday then next Monday': {
9863
- substitute: true,
9864
- name: 'Santiago Apóstol'
9865
- },
9866
9963
  '11-09 if sunday then next monday': {
9867
9964
  name: {
9868
9965
  es: 'Nuestra Señora de la Almudena'
9869
9966
  },
9870
9967
  type: 'observance'
9968
+ },
9969
+ 'substitutes 11-01 if sunday then next monday': {
9970
+ substitute: true,
9971
+ _name: '11-01'
9972
+ },
9973
+ 'substitutes 12-06 if sunday then next monday': {
9974
+ substitute: true,
9975
+ name: {
9976
+ es: 'Día de la Constitución Española'
9977
+ }
9871
9978
  }
9872
9979
  }
9873
9980
  },
9874
9981
  ML: {
9875
9982
  name: 'Ciudad de Melilla',
9876
9983
  days: {
9984
+ 'easter -3': {
9985
+ _name: 'easter -3'
9986
+ },
9877
9987
  '1 Shawwal': {
9878
9988
  _name: '1 Shawwal'
9879
9989
  },
9880
9990
  '10 Dhu al-Hijjah': {
9881
9991
  _name: '10 Dhu al-Hijjah'
9992
+ },
9993
+ 'substitutes 12-06 if sunday then next monday': {
9994
+ substitute: true,
9995
+ name: {
9996
+ es: 'Día de la Constitución Española'
9997
+ }
9882
9998
  }
9883
9999
  }
9884
10000
  },
@@ -9888,16 +10004,20 @@ export const data = {
9888
10004
  en: 'Navarra Chartered Community'
9889
10005
  },
9890
10006
  days: {
10007
+ '03-19': {
10008
+ _name: '03-19'
10009
+ },
10010
+ 'easter -3': {
10011
+ _name: 'easter -3'
10012
+ },
9891
10013
  'easter 1': {
9892
10014
  _name: 'easter 1'
9893
10015
  },
9894
- '07-25': {
9895
- name: 'Santiago Apóstol'
9896
- },
9897
- 'substitutes 07-25 if Sunday then next Monday': {
10016
+ 'substitutes 11-01 if sunday then next monday': {
9898
10017
  substitute: true,
9899
- name: 'Santiago Apóstol'
9900
- }
10018
+ _name: '11-01'
10019
+ },
10020
+ 'substitutes 12-06 if sunday then next monday': false
9901
10021
  }
9902
10022
  },
9903
10023
  PV: {
@@ -9906,16 +10026,18 @@ export const data = {
9906
10026
  en: 'Basque Country'
9907
10027
  },
9908
10028
  days: {
10029
+ '03-19': {
10030
+ _name: '03-19'
10031
+ },
10032
+ 'easter -3': {
10033
+ _name: 'easter -3'
10034
+ },
9909
10035
  'easter 1': {
9910
10036
  _name: 'easter 1'
9911
10037
  },
9912
10038
  '07-25': {
9913
10039
  name: 'Santiago Apóstol'
9914
10040
  },
9915
- 'substitutes 07-25 if Sunday then next Monday': {
9916
- substitute: true,
9917
- name: 'Santiago Apóstol'
9918
- },
9919
10041
  '2022-09-06': {
9920
10042
  name: 'V Centenario Vuelta al Mundo'
9921
10043
  }
@@ -9924,8 +10046,22 @@ export const data = {
9924
10046
  RI: {
9925
10047
  name: 'La Rioja',
9926
10048
  days: {
10049
+ 'easter -3': {
10050
+ _name: 'easter -3'
10051
+ },
9927
10052
  'easter 1': {
9928
10053
  _name: 'easter 1'
10054
+ },
10055
+ '06-09': {
10056
+ name: {
10057
+ es: 'Día de La Rioja'
10058
+ }
10059
+ },
10060
+ 'substitutes 12-06 if sunday then next monday': {
10061
+ substitute: true,
10062
+ name: {
10063
+ es: 'Día de la Constitución Española'
10064
+ }
9929
10065
  }
9930
10066
  }
9931
10067
  },
@@ -9940,6 +10076,12 @@ export const data = {
9940
10076
  },
9941
10077
  'easter 1': {
9942
10078
  _name: 'easter 1'
10079
+ },
10080
+ '06-24': {
10081
+ name: {
10082
+ es: 'San Juan',
10083
+ ca: 'Sant Joan'
10084
+ }
9943
10085
  }
9944
10086
  }
9945
10087
  }
@@ -12965,6 +13107,9 @@ export const data = {
12965
13107
  dayoff: 'sunday',
12966
13108
  _days: 'ES',
12967
13109
  days: {
13110
+ 'easter -3': {
13111
+ _name: 'easter -3'
13112
+ },
12968
13113
  '05-30': {
12969
13114
  name: {
12970
13115
  es: 'Día de Canarias',
@@ -12981,6 +13126,10 @@ export const data = {
12981
13126
  'substitutes 08-15 if Sunday then next Monday': {
12982
13127
  substitute: true,
12983
13128
  _name: '08-15'
13129
+ },
13130
+ 'substitutes 11-01 if sunday then next monday': {
13131
+ substitute: true,
13132
+ _name: '11-01'
12984
13133
  }
12985
13134
  },
12986
13135
  regions: {
@@ -14889,6 +15038,11 @@ export const data = {
14889
15038
  name: {
14890
15039
  en: 'Liberation Day'
14891
15040
  }
15041
+ },
15042
+ '1st monday before 09-01': {
15043
+ name: {
15044
+ en: 'Summer Bank Holiday'
15045
+ }
14892
15046
  }
14893
15047
  }
14894
15048
  },
@@ -15911,6 +16065,167 @@ export const data = {
15911
16065
  }
15912
16066
  }
15913
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
+ },
15914
16229
  LC: {
15915
16230
  names: {
15916
16231
  en: 'St. Lucia'
@@ -17701,6 +18016,460 @@ export const data = {
17701
18016
  }
17702
18017
  }
17703
18018
  },
18019
+ MU: {
18020
+ names: {
18021
+ en: 'Mauritius',
18022
+ fr: 'Maurice'
18023
+ },
18024
+ langs: [
18025
+ 'en',
18026
+ 'fr'
18027
+ ],
18028
+ zones: [
18029
+ 'Indian/Mauritius'
18030
+ ],
18031
+ dayoff: 'sunday',
18032
+ days: {
18033
+ '01-01': {
18034
+ name: {
18035
+ en: "New Year's Day",
18036
+ fr: "Jour de l'an"
18037
+ },
18038
+ type: 'public'
18039
+ },
18040
+ '01-02': {
18041
+ name: {
18042
+ en: 'New Year Holiday',
18043
+ fr: "Lendemain du Jour de l'an"
18044
+ },
18045
+ type: 'public'
18046
+ },
18047
+ '02-01': {
18048
+ name: {
18049
+ en: 'Abolition of Slavery',
18050
+ fr: "Abolition de l'esclavage"
18051
+ },
18052
+ type: 'public'
18053
+ },
18054
+ '03-12': {
18055
+ name: {
18056
+ en: 'National Day',
18057
+ fr: 'Fête nationale'
18058
+ },
18059
+ type: 'public'
18060
+ },
18061
+ '05-01': {
18062
+ name: {
18063
+ en: 'Labour Day',
18064
+ fr: 'Fête du Travail'
18065
+ },
18066
+ type: 'public'
18067
+ },
18068
+ '11-01': {
18069
+ name: {
18070
+ en: "All Saints' Day",
18071
+ fr: 'Toussaint'
18072
+ },
18073
+ type: 'public'
18074
+ },
18075
+ '11-02': {
18076
+ name: {
18077
+ en: 'Arrival of Indentured Labourers',
18078
+ fr: 'Arrivée des travailleurs engagés'
18079
+ },
18080
+ type: 'public'
18081
+ },
18082
+ '12-25': {
18083
+ name: {
18084
+ en: 'Christmas Day',
18085
+ fr: 'Noël'
18086
+ },
18087
+ type: 'public'
18088
+ },
18089
+ '1 Shawwal': {
18090
+ name: {
18091
+ en: 'Eid-Ul-Fitr',
18092
+ fr: 'Eid-Ul-Fitr'
18093
+ },
18094
+ type: 'public',
18095
+ disable: [
18096
+ '2025-03-30',
18097
+ '2026-03-20'
18098
+ ],
18099
+ enable: [
18100
+ '2025-03-31',
18101
+ '2026-03-21'
18102
+ ]
18103
+ },
18104
+ 'chinese 01-0-01': {
18105
+ name: {
18106
+ en: 'Chinese Spring Festival',
18107
+ fr: 'Fête du Printemps chinois'
18108
+ },
18109
+ type: 'public'
18110
+ },
18111
+ '02-01 since 2020 prior to 2050': {
18112
+ name: {
18113
+ en: 'Thaipoosam Cavadee',
18114
+ fr: 'Thaipoosam Cavadee'
18115
+ },
18116
+ enable: [
18117
+ '2020-02-08',
18118
+ '2021-01-28',
18119
+ '2022-01-18',
18120
+ '2023-02-05',
18121
+ '2024-01-25',
18122
+ '2025-02-11',
18123
+ '2026-02-01',
18124
+ '2027-01-20',
18125
+ '2028-02-08',
18126
+ '2029-01-28',
18127
+ '2030-01-17',
18128
+ '2031-02-05',
18129
+ '2032-01-26',
18130
+ '2033-02-13',
18131
+ '2034-02-02',
18132
+ '2035-01-22',
18133
+ '2036-02-10',
18134
+ '2037-01-30',
18135
+ '2038-01-19',
18136
+ '2039-02-07',
18137
+ '2040-01-27',
18138
+ '2041-02-14',
18139
+ '2042-02-03',
18140
+ '2043-01-23',
18141
+ '2044-02-11',
18142
+ '2045-01-31',
18143
+ '2046-01-20',
18144
+ '2047-02-08',
18145
+ '2048-01-28',
18146
+ '2049-01-16',
18147
+ '2050-02-04'
18148
+ ],
18149
+ disable: [
18150
+ '2020-02-01',
18151
+ '2021-02-01',
18152
+ '2022-02-01',
18153
+ '2023-02-01',
18154
+ '2024-02-01',
18155
+ '2025-02-01',
18156
+ '2026-02-01',
18157
+ '2027-02-01',
18158
+ '2028-02-01',
18159
+ '2029-02-01',
18160
+ '2030-02-01',
18161
+ '2031-02-01',
18162
+ '2032-02-01',
18163
+ '2033-02-01',
18164
+ '2034-02-01',
18165
+ '2035-02-01',
18166
+ '2036-02-01',
18167
+ '2037-02-01',
18168
+ '2038-02-01',
18169
+ '2039-02-01',
18170
+ '2040-02-01',
18171
+ '2041-02-01',
18172
+ '2042-02-01',
18173
+ '2043-02-01',
18174
+ '2044-02-01',
18175
+ '2045-02-01',
18176
+ '2046-02-01',
18177
+ '2047-02-01',
18178
+ '2048-02-01',
18179
+ '2049-02-01',
18180
+ '2050-02-01'
18181
+ ]
18182
+ },
18183
+ '03-01 since 2020 prior to 2050': {
18184
+ name: {
18185
+ en: 'Maha Shivaratree',
18186
+ fr: 'Maha Shivaratree'
18187
+ },
18188
+ enable: [
18189
+ '2020-02-21',
18190
+ '2021-03-11',
18191
+ '2022-03-01',
18192
+ '2023-02-18',
18193
+ '2024-03-08',
18194
+ '2025-02-26',
18195
+ '2026-02-15',
18196
+ '2027-03-07',
18197
+ '2028-02-25',
18198
+ '2029-02-14',
18199
+ '2030-03-05',
18200
+ '2031-02-21',
18201
+ '2032-03-11',
18202
+ '2033-02-28',
18203
+ '2034-02-17',
18204
+ '2035-03-08',
18205
+ '2036-02-26',
18206
+ '2037-02-14',
18207
+ '2038-03-05',
18208
+ '2039-02-22',
18209
+ '2040-03-12',
18210
+ '2041-03-01',
18211
+ '2042-02-18',
18212
+ '2043-03-09',
18213
+ '2044-02-28',
18214
+ '2045-02-16',
18215
+ '2046-03-07',
18216
+ '2047-02-24',
18217
+ '2048-02-14',
18218
+ '2049-03-04',
18219
+ '2050-02-21'
18220
+ ],
18221
+ disable: [
18222
+ '2020-03-01',
18223
+ '2021-03-01',
18224
+ '2022-03-01',
18225
+ '2023-03-01',
18226
+ '2024-03-01',
18227
+ '2025-03-01',
18228
+ '2026-03-01',
18229
+ '2027-03-01',
18230
+ '2028-03-01',
18231
+ '2029-03-01',
18232
+ '2030-03-01',
18233
+ '2031-03-01',
18234
+ '2032-03-01',
18235
+ '2033-03-01',
18236
+ '2034-03-01',
18237
+ '2035-03-01',
18238
+ '2036-03-01',
18239
+ '2037-03-01',
18240
+ '2038-03-01',
18241
+ '2039-03-01',
18242
+ '2040-03-01',
18243
+ '2041-03-01',
18244
+ '2042-03-01',
18245
+ '2043-03-01',
18246
+ '2044-03-01',
18247
+ '2045-03-01',
18248
+ '2046-03-01',
18249
+ '2047-03-01',
18250
+ '2048-03-01',
18251
+ '2049-03-01',
18252
+ '2050-03-01'
18253
+ ]
18254
+ },
18255
+ '04-01 since 2020 prior to 2050': {
18256
+ name: {
18257
+ en: 'Ugadi',
18258
+ fr: 'Ugadi'
18259
+ },
18260
+ enable: [
18261
+ '2020-03-25',
18262
+ '2021-04-13',
18263
+ '2022-04-02',
18264
+ '2023-03-22',
18265
+ '2024-04-09',
18266
+ '2025-03-30',
18267
+ '2026-03-19',
18268
+ '2027-04-07',
18269
+ '2028-03-26',
18270
+ '2029-04-14',
18271
+ '2030-04-03',
18272
+ '2031-03-23',
18273
+ '2032-04-11',
18274
+ '2033-03-31',
18275
+ '2034-03-21',
18276
+ '2035-04-09',
18277
+ '2036-03-28',
18278
+ '2037-03-17',
18279
+ '2038-04-05',
18280
+ '2039-03-25',
18281
+ '2040-04-13',
18282
+ '2041-04-02',
18283
+ '2042-03-22',
18284
+ '2043-04-10',
18285
+ '2044-03-30',
18286
+ '2045-03-19',
18287
+ '2046-04-07',
18288
+ '2047-03-27',
18289
+ '2048-04-15',
18290
+ '2049-04-04',
18291
+ '2050-03-24'
18292
+ ],
18293
+ disable: [
18294
+ '2020-04-01',
18295
+ '2021-04-01',
18296
+ '2022-04-01',
18297
+ '2023-04-01',
18298
+ '2024-04-01',
18299
+ '2025-04-01',
18300
+ '2026-04-01',
18301
+ '2027-04-01',
18302
+ '2028-04-01',
18303
+ '2029-04-01',
18304
+ '2030-04-01',
18305
+ '2031-04-01',
18306
+ '2032-04-01',
18307
+ '2033-04-01',
18308
+ '2034-04-01',
18309
+ '2035-04-01',
18310
+ '2036-04-01',
18311
+ '2037-04-01',
18312
+ '2038-04-01',
18313
+ '2039-04-01',
18314
+ '2040-04-01',
18315
+ '2041-04-01',
18316
+ '2042-04-01',
18317
+ '2043-04-01',
18318
+ '2044-04-01',
18319
+ '2045-04-01',
18320
+ '2046-04-01',
18321
+ '2047-04-01',
18322
+ '2048-04-01',
18323
+ '2049-04-01',
18324
+ '2050-04-01'
18325
+ ]
18326
+ },
18327
+ '09-01 since 2020 prior to 2050': {
18328
+ name: {
18329
+ en: 'Ganesh Chaturthi',
18330
+ fr: 'Ganesh Chaturthi'
18331
+ },
18332
+ enable: [
18333
+ '2020-08-22',
18334
+ '2021-09-10',
18335
+ '2022-08-31',
18336
+ '2023-09-18',
18337
+ '2024-09-07',
18338
+ '2025-08-28',
18339
+ '2026-09-16',
18340
+ '2027-09-05',
18341
+ '2028-08-24',
18342
+ '2029-09-12',
18343
+ '2030-09-01',
18344
+ '2031-09-20',
18345
+ '2032-09-09',
18346
+ '2033-08-29',
18347
+ '2034-09-17',
18348
+ '2035-09-07',
18349
+ '2036-08-26',
18350
+ '2037-09-13',
18351
+ '2038-09-03',
18352
+ '2039-09-22',
18353
+ '2040-09-11',
18354
+ '2041-08-31',
18355
+ '2042-09-18',
18356
+ '2043-09-08',
18357
+ '2044-08-27',
18358
+ '2045-09-15',
18359
+ '2046-09-05',
18360
+ '2047-08-26',
18361
+ '2048-09-12',
18362
+ '2049-09-01',
18363
+ '2050-09-20'
18364
+ ],
18365
+ disable: [
18366
+ '2020-09-01',
18367
+ '2021-09-01',
18368
+ '2022-09-01',
18369
+ '2023-09-01',
18370
+ '2024-09-01',
18371
+ '2025-09-01',
18372
+ '2026-09-01',
18373
+ '2027-09-01',
18374
+ '2028-09-01',
18375
+ '2029-09-01',
18376
+ '2030-09-01',
18377
+ '2031-09-01',
18378
+ '2032-09-01',
18379
+ '2033-09-01',
18380
+ '2034-09-01',
18381
+ '2035-09-01',
18382
+ '2036-09-01',
18383
+ '2037-09-01',
18384
+ '2038-09-01',
18385
+ '2039-09-01',
18386
+ '2040-09-01',
18387
+ '2041-09-01',
18388
+ '2042-09-01',
18389
+ '2043-09-01',
18390
+ '2044-09-01',
18391
+ '2045-09-01',
18392
+ '2046-09-01',
18393
+ '2047-09-01',
18394
+ '2048-09-01',
18395
+ '2049-09-01',
18396
+ '2050-09-01'
18397
+ ]
18398
+ },
18399
+ '11-01 since 2020 prior to 2050': {
18400
+ name: {
18401
+ en: 'Divali',
18402
+ fr: 'Divali'
18403
+ },
18404
+ enable: [
18405
+ '2020-11-14',
18406
+ '2021-11-04',
18407
+ '2022-10-24',
18408
+ '2023-11-13',
18409
+ '2024-11-01',
18410
+ '2025-10-20',
18411
+ '2026-11-08',
18412
+ '2027-10-29',
18413
+ '2028-10-17',
18414
+ '2029-11-05',
18415
+ '2030-10-26',
18416
+ '2031-11-14',
18417
+ '2032-11-02',
18418
+ '2033-10-22',
18419
+ '2034-11-10',
18420
+ '2035-10-30',
18421
+ '2036-10-19',
18422
+ '2037-11-07',
18423
+ '2038-10-28',
18424
+ '2039-10-18',
18425
+ '2040-11-05',
18426
+ '2041-10-25',
18427
+ '2042-11-12',
18428
+ '2043-11-01',
18429
+ '2044-10-21',
18430
+ '2045-11-08',
18431
+ '2046-10-29',
18432
+ '2047-10-18',
18433
+ '2048-11-05',
18434
+ '2049-10-26',
18435
+ '2050-10-15'
18436
+ ],
18437
+ disable: [
18438
+ '2020-11-01',
18439
+ '2021-11-01',
18440
+ '2022-11-01',
18441
+ '2023-11-01',
18442
+ '2024-11-01',
18443
+ '2025-11-01',
18444
+ '2026-11-01',
18445
+ '2027-11-01',
18446
+ '2028-11-01',
18447
+ '2029-11-01',
18448
+ '2030-11-01',
18449
+ '2031-11-01',
18450
+ '2032-11-01',
18451
+ '2033-11-01',
18452
+ '2034-11-01',
18453
+ '2035-11-01',
18454
+ '2036-11-01',
18455
+ '2037-11-01',
18456
+ '2038-11-01',
18457
+ '2039-11-01',
18458
+ '2040-11-01',
18459
+ '2041-11-01',
18460
+ '2042-11-01',
18461
+ '2043-11-01',
18462
+ '2044-11-01',
18463
+ '2045-11-01',
18464
+ '2046-11-01',
18465
+ '2047-11-01',
18466
+ '2048-11-01',
18467
+ '2049-11-01',
18468
+ '2050-11-01'
18469
+ ]
18470
+ }
18471
+ }
18472
+ },
17704
18473
  MW: {
17705
18474
  names: {
17706
18475
  en: 'Malawi'
@@ -24805,12 +25574,34 @@ export const data = {
24805
25574
  '03-08 and if saturday, sunday then next monday': {
24806
25575
  _name: '03-08'
24807
25576
  },
24808
- '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': {
24809
25582
  _name: 'orthodox'
24810
25583
  },
24811
- 'orthodox 49 and if sunday then next monday': {
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': {
24812
25596
  _name: 'easter 49'
24813
25597
  },
25598
+ 'orthodox 49 since 1998 and prior to 2000': {
25599
+ _name: 'easter 49'
25600
+ },
25601
+ 'orthodox 49 and if sunday then next monday since 2000': {
25602
+ _name: 'easter 49',
25603
+ substitute: true
25604
+ },
24814
25605
  '05-01 and if saturday, sunday then next tuesday': {
24815
25606
  _name: '05-01',
24816
25607
  substitute: true
@@ -27756,9 +28547,16 @@ export const data = {
27756
28547
  en: "Farmers' Day"
27757
28548
  }
27758
28549
  },
27759
- '2015-10-18': {
28550
+ '04-28 since 2022 and if sunday then next monday': {
28551
+ substitute: true,
28552
+ name: {
28553
+ en: 'Kenneth Kaunda Day'
28554
+ }
28555
+ },
28556
+ '10-18 and if sunday then next monday': {
28557
+ substitute: true,
27760
28558
  name: {
27761
- en: 'National day of Prayers'
28559
+ en: 'National Day of Prayers'
27762
28560
  }
27763
28561
  },
27764
28562
  '10-24 and if sunday then next monday': {
@@ -27872,6 +28670,7 @@ export const data = {
27872
28670
  it: 'Capodanno',
27873
28671
  is: 'Nýársdagur',
27874
28672
  jp: '元日',
28673
+ kk: 'Жаңа жыл',
27875
28674
  kl: 'ukiortaaq',
27876
28675
  ko: '신정',
27877
28676
  lb: 'Neijoerschdag',
@@ -27963,6 +28762,7 @@ export const data = {
27963
28762
  ge: 'ქალთა საერთაშორისო დღე',
27964
28763
  hu: 'Nemzetközi nőnap',
27965
28764
  hy: 'Կանանց տոն',
28765
+ kk: 'Халықаралық әйелдер күні',
27966
28766
  lb: 'Internationale Fraendag',
27967
28767
  nl: 'Internationale Vrouwendag',
27968
28768
  no: 'Kvinnedagen',