Skip to content

fix(BE): add English names for all Belgian holidays - #665

Merged
commenthol merged 2 commits into
commenthol:masterfrom
kevinley:fix/be-english-names
Sep 6, 2026
Merged

fix(BE): add English names for all Belgian holidays#665
commenthol merged 2 commits into
commenthol:masterfrom
kevinley:fix/be-english-names

Conversation

@kevinley

@kevinley kevinley commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Belgium declares langs: [fr, nl, de] and several holidays only have local French, Dutch and German names. Asking for languages: 'en' gives a mixed list: shared names from names.yaml come back in English, the local ones fall back to French or Dutch.

This adds an en name to every Belgian holiday that lacked one, following https://en.wikipedia.org/wiki/Public_holidays_in_Belgium (already cited in the file):

Rule Region en
easter 1 BE Easter Monday
easter 39 BE Ascension Day
easter 50 BE Whit Monday
08-15 BE Assumption Day
11-11 BE Armistice Day
11-15 BE, VLG King's Feast
05-08 BRU Iris Festival
11-15 DE Day of the German-speaking Community
07-11 VLG Day of the Flemish Community
09-27 WAL French Community Holiday

Second commit, separable: the Flemish Community day (VLG, 07-11) carried the French and German names of the Day of the Walloon Region. Corrected to Fête de la Communauté flamande / Feiertag der Flämischen Gemeinschaft per the same source.

How to check

  1. npm run yaml
  2. node test/sample.js be 2026 --lang en --short, then the same for be.bru, be.de, be.vlg and be.wal. Every name comes back in English.
  3. npx mocha passes (5634 tests). Default-language output is unchanged, so no fixtures changed.

Adds `en` names to every Belgian holiday that only had fr/nl/de names, so requesting language `en` no longer falls back to French or Dutch for some entries.

Names follow https://en.wikipedia.org/wiki/Public_holidays_in_Belgium (already cited in the file).
The 07-11 entry for VLG carried the French and German names of the Day of the Walloon Region (third Sunday of September). Use the names of the Flemish Community day per https://en.wikipedia.org/wiki/Public_holidays_in_Belgium.
@kevinley
kevinley marked this pull request as ready for review September 3, 2026 13:22
@commenthol
commenthol merged commit b867048 into commenthol:master Sep 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants