timewarrior/doc/holidays
Thomas Lauf 452cce6137 Switch to python 3
- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-12-28 13:18:08 +01:00
..
CMakeLists.txt Build: Out of source build improvements for holidays, themes 2016-06-28 17:45:03 -04:00
holidays.en-US Preparing release 2018-01-13 00:48:26 +01:00
README Rework markdown 2018-12-21 12:48:22 +01:00
refresh Switch to python 3 2019-12-28 13:18:08 +01:00

# Timewarrior Holiday Files

The holiday files were created using https://holidata.net data by the 'refresh' script.
This data can be updated using these commands:

    $ ./refresh

If you need another locale (for example sv-SE), do this:

    $ ./refresh --locale sv-SE

If you need a specific locale region, do this:

    $ ./refresh --locale de-CH --region Bern

By default, the current and next year are updated.
If the locale is not supported by holidata.net, or there is no data (yet) for the locale for this year and next year, you will see an error.

To specify a set of years to update, do this:

    $ ./refresh --locale en-US --year 2015 2016 2017