feat(LV): add school holidays for 2025/2026 and 2026/2027 - #173
Open
tomsn8n wants to merge 1 commit into
Open
Conversation
Latvian school holiday data ended at summer 2025. The sources page already cites the 2025/2026 IZM announcement, but the corresponding rows were never added. Dates taken from the Ministry of Education and Science announcements for both school years.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Latvian school holiday data in
src/lv/holidays/holidays.school.csvcurrently ends at summer 2025. The sources page already cites the 2025/2026 IZM announcement, but the corresponding rows were never added — so both the 2025/2026 and 2026/2027 school years are missing.This adds the 8 missing rows (autumn / winter / spring / summer for each year).
Sources — Ministry of Education and Science (IZM):
Dates are taken verbatim from the IZM announcements and cross-checked against the dataset I maintain at https://darbadienas.lv.
Note the summer holiday rows use the start date given for grades 1–8 and 10–11, consistent with the existing rows for earlier years (9th and 12th grade finish later).
bin/test_all_tables.pypasses locally. New UUIDs checked for collisions against all 14061 existing IDs in the repo.If it would help, I'm happy to also open a PR adding the 2026/2027 IZM link to the sources page.