mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Update example en-US holiday file
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
7dc8c910d5
commit
3441b2ed93
2 changed files with 26 additions and 25 deletions
|
@ -12,7 +12,7 @@ If you need another locale (for example `sv-SE`), do this:
|
||||||
$ ./refresh --locale sv-SE
|
$ ./refresh --locale sv-SE
|
||||||
|
|
||||||
This creates a file `holidays.sv-SE` containing holiday data for the current and following year.
|
This creates a file `holidays.sv-SE` containing holiday data for the current and following year.
|
||||||
The id for the locale is composed from the [ISO 639-1 language code](https://en.wikipedia.org/wiki/ISO_639-1) and the [ISO 3166-1 alpha-2 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
The id for the locale is composed of the [ISO 639-1 language code](https://en.wikipedia.org/wiki/ISO_639-1) and the [ISO 3166-1 alpha-2 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
||||||
|
|
||||||
If you need a specific locale region, do this:
|
If you need a specific locale region, do this:
|
||||||
|
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
# Holiday data provided by holidata.net
|
# Holiday data provided by holidata.net
|
||||||
# Generated 2018-01-13T00:44:23
|
# Generated 2021-05-28T12:07:28
|
||||||
|
|
||||||
define holidays:
|
define holidays:
|
||||||
en-US:
|
en-US:
|
||||||
2017_01_01 = New Year's Day
|
2020_01_01 = New Year's Day
|
||||||
2017_01_02 = New Year's Day (observed)
|
2020_01_20 = Birthday of Martin Luther King, Jr.
|
||||||
2017_01_16 = Birthday of Martin Luther King, Jr.
|
2020_02_17 = Washington's Birthday
|
||||||
2017_02_20 = Washington's Birthday
|
2020_04_20 = Patriots' Day
|
||||||
2017_04_17 = Patriots' Day
|
2020_05_25 = Memorial Day
|
||||||
2017_05_29 = Memorial Day
|
2020_07_04 = Independence Day
|
||||||
2017_07_04 = Independence Day
|
2020_09_07 = Labor Day
|
||||||
2017_09_04 = Labor Day
|
2020_10_12 = Columbus Day
|
||||||
2017_10_09 = Columbus Day
|
2020_11_11 = Veterans Day
|
||||||
2017_11_11 = Veterans Day
|
2020_11_26 = Thanksgiving Day
|
||||||
2017_11_23 = Thanksgiving Day
|
2020_11_27 = Day after Thanksgiving
|
||||||
2017_12_25 = Christmas Day
|
2020_12_24 = Christmas Eve
|
||||||
|
2020_12_25 = Christmas Day
|
||||||
|
|
||||||
2018_01_01 = New Year's Day
|
2021_01_01 = New Year's Day
|
||||||
2018_01_15 = Birthday of Martin Luther King, Jr.
|
2021_01_18 = Birthday of Martin Luther King, Jr.
|
||||||
2018_02_19 = Washington's Birthday
|
2021_02_15 = Washington's Birthday
|
||||||
2018_04_16 = Patriots' Day
|
2021_04_19 = Patriots' Day
|
||||||
2018_05_28 = Memorial Day
|
2021_05_31 = Memorial Day
|
||||||
2018_07_04 = Independence Day
|
2021_07_04 = Independence Day
|
||||||
2018_09_03 = Labor Day
|
2021_09_06 = Labor Day
|
||||||
2018_10_08 = Columbus Day
|
2021_10_11 = Columbus Day
|
||||||
2018_11_11 = Veterans Day
|
2021_11_11 = Veterans Day
|
||||||
2018_11_22 = Thanksgiving Day
|
2021_11_25 = Thanksgiving Day
|
||||||
2018_12_25 = Christmas Day
|
2021_12_25 = Christmas Day
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue