Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(AT,#455): josefitag set to type school #456

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/countries/AT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ holidays:
days:
03-19:
_name: 03-19
type: school
10-10:
name:
de-at: Tag der Volksabstimmung
Expand Down Expand Up @@ -110,18 +111,21 @@ holidays:
days:
03-19:
_name: 03-19
type: school
"7":
names:
de: Tirol
en: Tyrol
days:
03-19:
_name: 03-19
type: school
"8":
name: Vorarlberg
days:
03-19:
_name: 03-19
type: school
"9":
names:
de: Wien
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2017-03-18T23:00:00.000Z",
"end": "2017-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2018-03-18T23:00:00.000Z",
"end": "2018-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Mon"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2019-03-18T23:00:00.000Z",
"end": "2019-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2020-03-18T23:00:00.000Z",
"end": "2020-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2021.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2021-03-18T23:00:00.000Z",
"end": "2021-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2022-03-18T23:00:00.000Z",
"end": "2022-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2023-03-18T23:00:00.000Z",
"end": "2023-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2024-03-18T23:00:00.000Z",
"end": "2024-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2025-03-18T23:00:00.000Z",
"end": "2025-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Wed"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2026-03-18T23:00:00.000Z",
"end": "2026-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-2-2027.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2027-03-18T23:00:00.000Z",
"end": "2027-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2017-03-18T23:00:00.000Z",
"end": "2017-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2018-03-18T23:00:00.000Z",
"end": "2018-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Mon"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2019-03-18T23:00:00.000Z",
"end": "2019-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2020-03-18T23:00:00.000Z",
"end": "2020-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2021.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2021-03-18T23:00:00.000Z",
"end": "2021-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2022-03-18T23:00:00.000Z",
"end": "2022-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2023-03-18T23:00:00.000Z",
"end": "2023-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2024-03-18T23:00:00.000Z",
"end": "2024-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2025-03-18T23:00:00.000Z",
"end": "2025-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Wed"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2026-03-18T23:00:00.000Z",
"end": "2026-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-6-2027.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2027-03-18T23:00:00.000Z",
"end": "2027-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2017-03-18T23:00:00.000Z",
"end": "2017-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2018-03-18T23:00:00.000Z",
"end": "2018-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Mon"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2019-03-18T23:00:00.000Z",
"end": "2019-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2020-03-18T23:00:00.000Z",
"end": "2020-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2021.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2021-03-18T23:00:00.000Z",
"end": "2021-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2022-03-18T23:00:00.000Z",
"end": "2022-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2023-03-18T23:00:00.000Z",
"end": "2023-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sun"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2024-03-18T23:00:00.000Z",
"end": "2024-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Tue"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2025-03-18T23:00:00.000Z",
"end": "2025-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Wed"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2026.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2026-03-18T23:00:00.000Z",
"end": "2026-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-7-2027.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2027-03-18T23:00:00.000Z",
"end": "2027-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Fri"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-8-2015.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2015-03-18T23:00:00.000Z",
"end": "2015-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Thu"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/AT-8-2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "2016-03-18T23:00:00.000Z",
"end": "2016-03-19T23:00:00.000Z",
"name": "Josefitag",
"type": "public",
"type": "school",
"rule": "03-19",
"_weekday": "Sat"
},
Expand Down
Loading
Loading