From ccbd0e4dc8e6f62571b2d7cff6304a33add648c0 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 8 Oct 2018 12:13:25 +0200 Subject: Split of Austrian holidays into regions --- README.md | 19 +++++++++++++++++++ holidays.at-AT | 6 ------ holidays.at-BL | 7 +++++++ holidays.at-KT | 8 ++++++++ holidays.at-NO | 7 +++++++ holidays.at-OO | 7 +++++++ holidays.at-ST | 7 +++++++ holidays.at-SZ | 7 +++++++ holidays.at-TI | 7 +++++++ holidays.at-VA | 7 +++++++ holidays.at-VI | 7 +++++++ 11 files changed, 83 insertions(+), 6 deletions(-) create mode 100644 holidays.at-BL create mode 100644 holidays.at-KT create mode 100644 holidays.at-NO create mode 100644 holidays.at-OO create mode 100644 holidays.at-ST create mode 100644 holidays.at-SZ create mode 100644 holidays.at-TI create mode 100644 holidays.at-VA create mode 100644 holidays.at-VI diff --git a/README.md b/README.md index 8f95e50..ef43499 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,22 @@ ignore this. | de-SN | Saxony | | de-ST | Saxony-Anhalt | | de-TH | Thuringia | + +#### Austria + +The official ISO-3166 codes are just AT-1 through AT-9, in alphabetical order +of the states. So in this case, we use pseudo codes to make it easier for +timewarrior users to identify their state. + +| ISO | State | Official ISO | +| :---: | ------------------- | ------------ | +| at-BL | Burgenland | AT-1 | +| at-KT | Carinthia (Kärnten) | AT-2 | +| at-NO | Lower Austria | AT-3 | +| at-OO | Upper Austria | AT-4 | +| at-SZ | Salzburg | AT-5 | +| at-ST | Styria (Steiermark) | AT-6 | +| at-TI | Tyrol | AT-7 | +| at-VA | Vorarlberg | AT-8 | +| at-VI | Vienna (Wien) | AT-9 | + diff --git a/holidays.at-AT b/holidays.at-AT index fa57939..83d005f 100644 --- a/holidays.at-AT +++ b/holidays.at-AT @@ -6,23 +6,17 @@ define holidays: at-AT: 2018_01_01 = Neujahr 2018_01_06 = Heilige drei Könige - 2018_03_19 = Josef (K, St, T, V) 2018_03_30 = Karfreitag 2018_04_01 = Ostersonntag 2018_04_02 = Ostermontag 2018_05_01 = Staatsfeiertag - 2018_05_04 = Florian (O) 2018_05_10 = Christi Himmelfahrt 2018_05_20 = Pfingstsonntag 2018_05_21 = Pfingstmontag 2018_05_31 = Fronleichnam 2018_08_15 = Mariä Himmelfahrt - 2018_09_24 = Rupert (S) - 2018_10_10 = Tag der Volksabstimmung (K) 2018_10_26 = Nationalfeiertag 2018_11_01 = Allerheiligen - 2018_11_11 = Martin (B) - 2018_11_15 = Leopold (W, N) 2018_12_08 = Mariä Empfängnis 2018_12_24 = Heiliger Abend 2018_12_25 = Christtag diff --git a/holidays.at-BL b/holidays.at-BL new file mode 100644 index 0000000..88b7d85 --- /dev/null +++ b/holidays.at-BL @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-BL: + 2018_11_11 = St. Martin diff --git a/holidays.at-KT b/holidays.at-KT new file mode 100644 index 0000000..13f011d --- /dev/null +++ b/holidays.at-KT @@ -0,0 +1,8 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-KT: + 2018_03_19 = Josef + 2018_10_10 = Tag der Volksabstimmung diff --git a/holidays.at-NO b/holidays.at-NO new file mode 100644 index 0000000..8694775 --- /dev/null +++ b/holidays.at-NO @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-NO: + 2018_11_15 = St. Leopold diff --git a/holidays.at-OO b/holidays.at-OO new file mode 100644 index 0000000..12e5679 --- /dev/null +++ b/holidays.at-OO @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-OO: + 2018_05_04 = St. Florian diff --git a/holidays.at-ST b/holidays.at-ST new file mode 100644 index 0000000..4b83cd9 --- /dev/null +++ b/holidays.at-ST @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-ST: + 2018_03_19 = St. Josef diff --git a/holidays.at-SZ b/holidays.at-SZ new file mode 100644 index 0000000..8bcd90a --- /dev/null +++ b/holidays.at-SZ @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-SZ: + 2018_09_24 = St. Rupert diff --git a/holidays.at-TI b/holidays.at-TI new file mode 100644 index 0000000..f0f3840 --- /dev/null +++ b/holidays.at-TI @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-TI: + 2018_03_19 = St. Josef diff --git a/holidays.at-VA b/holidays.at-VA new file mode 100644 index 0000000..59b93ce --- /dev/null +++ b/holidays.at-VA @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-VA: + 2018_03_19 = St. Josef diff --git a/holidays.at-VI b/holidays.at-VI new file mode 100644 index 0000000..846eb6e --- /dev/null +++ b/holidays.at-VI @@ -0,0 +1,7 @@ +# File auto-generated by lirion.de's refresh, +# Date: 2018-10-08 11:53:40 +# data provided by holidata.net + +define holidays: + at-VI: + 2018_11_15 = St. Leopold -- cgit v1.2.3