date-holidays 3.30.0 → 3.30.1

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.30.1](https://github.com/commenthol/date-holidays/compare/3.30.0...3.30.1) (2026-05-20)
4
+
5
+ - docs: update license attributions [acc0f600](https://github.com/commenthol/date-holidays/commit/acc0f600d13bfca42d18467595ec5263fcfd24fc)
6
+ - fix(BE): use Belgian holiday names and update sources [d1b6df26](https://github.com/commenthol/date-holidays/commit/d1b6df26c5b5f6bf6a16e1fbeff85094155394b5)
7
+
3
8
  ## [3.30.0](https://github.com/commenthol/date-holidays/compare/3.29.0...3.30.0) (2026-05-20)
4
9
 
5
10
  - docs: update license attribution and README [43cbd5f9](https://github.com/commenthol/date-holidays/commit/43cbd5f94fbdc347343b9d3423a3b6a26bda7159)
package/LICENSE CHANGED
@@ -34,7 +34,6 @@ CC BY-SA 3.0 Attributions
34
34
  https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
35
35
  https://da.wikipedia.org/wiki/Danske_helligdage
36
36
  https://de.m.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
37
- https://de.m.wikipedia.org/wiki/Feiertage_in_Belgien
38
37
  https://de.m.wikipedia.org/wiki/Feiertage_in_Deutschland
39
38
  https://de.m.wikipedia.org/wiki/Feiertage_in_Italien
40
39
  https://de.m.wikipedia.org/wiki/Feiertage_in_der_Schweiz
@@ -200,6 +199,7 @@ https://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E3%81%AE%E7%A5%9D%E6%97%A5
200
199
  https://lb.wikipedia.org/wiki/Gesetzlech_Feierdeeg_zu_L%C3%ABtzebuerg
201
200
  https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
202
201
  https://nl.wikipedia.org/wiki/Bevrijdingsdag
202
+ https://nl.wikipedia.org/wiki/Feestdagen_in_Belgi%C3%AB
203
203
  https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
204
204
  https://nl.wikipedia.org/wiki/Gronings_Ontzet
205
205
  https://nl.wikipedia.org/wiki/Hemelvaartsdag
@@ -1,5 +1,7 @@
1
1
  holidays:
2
- # @attrib https://de.m.wikipedia.org/wiki/Feiertage_in_Belgien
2
+ # @source https://www.emploi.belgique.be/fr/themes/international/detachement/conditions-de-travail-respecter-en-cas-de-detachement-en-2
3
+ # @source https://www.werk.belgie.be/nl/themas/internationaal/detachering/na-te-leven-arbeidsvoorwaarden-geval-van-detachering-naar-3
4
+ # @attrib https://nl.wikipedia.org/wiki/Feestdagen_in_Belgi%C3%AB
3
5
  # @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Belgium
4
6
  BE:
5
7
  names:
@@ -29,23 +31,35 @@ holidays:
29
31
  _name: easter
30
32
  type: observance
31
33
  easter 1:
32
- _name: easter 1
34
+ name:
35
+ fr: Lundi de Pâques
36
+ nl: Paasmaandag
37
+ de: Ostermontag
33
38
  05-01:
34
39
  _name: 05-01
35
40
  2nd sunday in May:
36
41
  _name: Mothers Day
37
42
  type: observance
38
43
  easter 39:
39
- _name: easter 39
44
+ name:
45
+ nl: Hemelvaartsdag
46
+ fr: Ascension
47
+ de: Christi Himmelfahrt
40
48
  easter 49:
41
49
  _name: easter 49
42
50
  type: observance
43
51
  easter 50:
44
- _name: easter 50
52
+ name:
53
+ fr: Lundi de Pentecôte
54
+ nl: Pinkstermaandag
55
+ de: Pfingstmontag
45
56
  07-21:
46
57
  _name: National Holiday
47
58
  08-15:
48
- _name: 08-15
59
+ name:
60
+ fr: Assomption
61
+ nl: Tenhemelopneming
62
+ de: Mariä Himmelfahrt
49
63
  11-01:
50
64
  _name: 11-01
51
65
  11-02:
@@ -2733,7 +2733,11 @@
2733
2733
  "type": "observance"
2734
2734
  },
2735
2735
  "easter 1": {
2736
- "_name": "easter 1"
2736
+ "name": {
2737
+ "fr": "Lundi de Pâques",
2738
+ "nl": "Paasmaandag",
2739
+ "de": "Ostermontag"
2740
+ }
2737
2741
  },
2738
2742
  "05-01": {
2739
2743
  "_name": "05-01"
@@ -2743,20 +2747,32 @@
2743
2747
  "type": "observance"
2744
2748
  },
2745
2749
  "easter 39": {
2746
- "_name": "easter 39"
2750
+ "name": {
2751
+ "nl": "Hemelvaartsdag",
2752
+ "fr": "Ascension",
2753
+ "de": "Christi Himmelfahrt"
2754
+ }
2747
2755
  },
2748
2756
  "easter 49": {
2749
2757
  "_name": "easter 49",
2750
2758
  "type": "observance"
2751
2759
  },
2752
2760
  "easter 50": {
2753
- "_name": "easter 50"
2761
+ "name": {
2762
+ "fr": "Lundi de Pentecôte",
2763
+ "nl": "Pinkstermaandag",
2764
+ "de": "Pfingstmontag"
2765
+ }
2754
2766
  },
2755
2767
  "07-21": {
2756
2768
  "_name": "National Holiday"
2757
2769
  },
2758
2770
  "08-15": {
2759
- "_name": "08-15"
2771
+ "name": {
2772
+ "fr": "Assomption",
2773
+ "nl": "Tenhemelopneming",
2774
+ "de": "Mariä Himmelfahrt"
2775
+ }
2760
2776
  },
2761
2777
  "11-01": {
2762
2778
  "_name": "11-01"