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

Remove gb wls empty regions #445

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ If you like to add or change data please take a look at [holidays.yaml specifica

1. Fork the project
2. Create a branch for your changes
3. Build the project:
3. Create Json file and build the project:
```
npm run build
npm run yaml && npm run build
```
4. Modify the yaml file for the country your changes apply in `./data/countries/<code>.yaml` for holiday data and/or `./data/names.yaml` for translations as appropriate
5. Generate the Json file from the yaml files with
5. Generate the new Json file from the yaml files with
```
npm run yaml
```
Expand Down
2 changes: 1 addition & 1 deletion data/countries/GB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ holidays:
1st monday before 09-01:
name:
en: Summer bank holiday
regions: {}
# regions:
# AGY:
# name: Anglesey
# BGE:
Expand Down
Loading