date-holidays 3.26.13 → 3.28.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 +29 -2
- package/LICENSE +2 -0
- package/README.md +4 -1
- package/data/countries/CA.yaml +12 -2
- package/data/countries/ES.yaml +129 -49
- package/data/countries/IC.yaml +5 -0
- package/data/countries/LK.yaml +250 -0
- package/data/countries/MU.yaml +455 -0
- package/data/countries/ZM.yaml +8 -2
- package/data/holidays.json +889 -74
- 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 +889 -74
- package/package.json +4 -1
- package/src/data.js +889 -74
package/data/countries/ZM.yaml
CHANGED
|
@@ -40,9 +40,15 @@ holidays:
|
|
|
40
40
|
1st monday in August:
|
|
41
41
|
name:
|
|
42
42
|
en: Farmers' Day
|
|
43
|
-
|
|
43
|
+
# @source https://www.lusakatimes.com/2021/07/07/april-28-declared-holiday-in-honour-of-the-late-dr-kaunda/
|
|
44
|
+
04-28 since 2022 and if sunday then next monday:
|
|
45
|
+
substitute: true
|
|
46
|
+
name:
|
|
47
|
+
en: Kenneth Kaunda Day
|
|
48
|
+
10-18 and if sunday then next monday:
|
|
49
|
+
substitute: true
|
|
44
50
|
name:
|
|
45
|
-
en: National
|
|
51
|
+
en: National Day of Prayers
|
|
46
52
|
10-24 and if sunday then next monday:
|
|
47
53
|
substitute: true
|
|
48
54
|
_name: Independence Day
|