mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Holiday Data
- Added Czech Republic holiday files (thanks to Tomas Cech).
This commit is contained in:
parent
d9b2ac0f33
commit
e163ef71e8
4 changed files with 72 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -43,6 +43,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
||||||
Timm Reitinger
|
Timm Reitinger
|
||||||
Dan White
|
Dan White
|
||||||
Alexei Romanoff
|
Alexei Romanoff
|
||||||
|
Tomas Cech
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
+ Enhanced diagnostics command.
|
+ Enhanced diagnostics command.
|
||||||
+ The old 'curses' configuration variable is now replaced by 'detection', and
|
+ The old 'curses' configuration variable is now replaced by 'detection', and
|
||||||
has the same meaning - whether or not to auto-detect terminal size.
|
has the same meaning - whether or not to auto-detect terminal size.
|
||||||
|
+ Added Czech Republic holiday files (thanks to Tomas Cech).
|
||||||
|
|
||||||
# Tracked Features, sorted by ID.
|
# Tracked Features, sorted by ID.
|
||||||
+ Added feature #700, which adds tab-completion of built-in tags.
|
+ Added feature #700, which adds tab-completion of built-in tags.
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -17,7 +17,7 @@ New commands in taskwarrior 2.0.0
|
||||||
|
|
||||||
New configuration options in taskwarrior 2.0.0
|
New configuration options in taskwarrior 2.0.0
|
||||||
|
|
||||||
- Now includes Belarus holiday data.
|
- Now includes Belarus and Czech Republic holiday data.
|
||||||
- The old 'curses' configuration variable is renamed to 'detection', but
|
- The old 'curses' configuration variable is renamed to 'detection', but
|
||||||
retains the original meaning, which is whether or not to auto-detect the
|
retains the original meaning, which is whether or not to auto-detect the
|
||||||
dimensions of the terminal window.
|
dimensions of the terminal window.
|
||||||
|
|
69
doc/rc/holidays-CZ.rc
Normal file
69
doc/rc/holidays-CZ.rc
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
################################################################################
|
||||||
|
# Sample calendar for the UK
|
||||||
|
#
|
||||||
|
# taskwarrior - a command line task list manager.
|
||||||
|
#
|
||||||
|
# Copyright 2010 - 2011, Federico Hernandez.
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
# the terms of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
# details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License along with
|
||||||
|
# this program; if not, write to the
|
||||||
|
#
|
||||||
|
# Free Software Foundation, Inc.,
|
||||||
|
# 51 Franklin Street, Fifth Floor,
|
||||||
|
# Boston, MA
|
||||||
|
# 02110-1301
|
||||||
|
# USA
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
calendar.holidays=sparse
|
||||||
|
|
||||||
|
# 2011
|
||||||
|
holiday.newyear.name=Nový rok, Den obnovy samostatnosti českého státu
|
||||||
|
holiday.newyear.date=20110101
|
||||||
|
|
||||||
|
# this one differs for each year
|
||||||
|
holiday.eastermonday.name=Velikonoční pondělí
|
||||||
|
holiday.eastermonday.date=20110425
|
||||||
|
|
||||||
|
holiday.mayday.name=Svátek práce
|
||||||
|
holiday.mayday.date=20110501
|
||||||
|
|
||||||
|
holiday.victoryday.name=Den vítězství
|
||||||
|
holiday.victoryday.date=20110508
|
||||||
|
|
||||||
|
holiday.cyrilmetodej.name=Den slovanských věrozvěstů
|
||||||
|
holiday.cyrilmetodej.date=20110705
|
||||||
|
|
||||||
|
holiday.husburntodeath.name=Den upálení mistra Jana Husa
|
||||||
|
holiday.husburntodeath.date=20110706
|
||||||
|
|
||||||
|
holiday.statehoodday.name=Den české státnosti
|
||||||
|
holiday.statehoodday.date=20110928
|
||||||
|
|
||||||
|
holiday.independentcs.name=Den vzniku samostatného československého státu
|
||||||
|
holiday.independentcs.date=20111028
|
||||||
|
|
||||||
|
holiday.democracyfight.name=Den boje za svobodu a demokracii
|
||||||
|
holiday.democracyfight.date=20111117
|
||||||
|
|
||||||
|
holiday.christmaseve.name=Štědrý den
|
||||||
|
holiday.christmaseve.date=20111224
|
||||||
|
|
||||||
|
holiday.christmasdayone.name=1. svátek vánoční
|
||||||
|
holiday.christmasdayone.date=20111225
|
||||||
|
|
||||||
|
holiday.christmasdaytwo.name=2. svátek vánoční
|
||||||
|
holiday.christmasdaytwo.date=20111226
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue