Commit 3e65fcb5 authored by Johannes Bill's avatar Johannes Bill

added fronleichnam

parent b9aa8880
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"502": "Himmelfahrt", "502": "Himmelfahrt",
"601": "Pfingstsonntag", "601": "Pfingstsonntag",
"602": "Pfingstmontag", "602": "Pfingstmontag",
"603": "Fronleichnam",
"808": "Augsburger Friedensfest", "808": "Augsburger Friedensfest",
"815": "Mariae Himmelfahrt", "815": "Mariae Himmelfahrt",
"103": "Tag der Deutschen Einheit", "103": "Tag der Deutschen Einheit",
...@@ -23,10 +24,10 @@ ...@@ -23,10 +24,10 @@
"specificHolidays": [ "1", "106", "111", "131", "2", "815" ], "specificHolidays": [ "1", "106", "111", "131", "2", "815" ],
"region": { "region": {
"BW": { "BW": {
"default": ["106", "1", "111"] "default": ["106", "1", "111", "603"]
}, },
"BY": { "BY": {
"default": ["106", "1", "111"], "default": ["106", "1", "111", "603"],
"kath": ["815"], "kath": ["815"],
"augsburg": ["808"] "augsburg": ["808"]
}, },
...@@ -43,7 +44,7 @@ ...@@ -43,7 +44,7 @@
"default": [] "default": []
}, },
"HE": { "HE": {
"default": ["1"] "default": ["1", "603"]
}, },
"MV": { "MV": {
"default": ["131"] "default": ["131"]
...@@ -52,10 +53,10 @@ ...@@ -52,10 +53,10 @@
"default": [] "default": []
}, },
"NW": { "NW": {
"default": ["1", "111"] "default": ["1", "111", "603"]
}, },
"RP": { "RP": {
"default": ["1", "111"] "default": ["1", "111", "603"]
}, },
"SL": { "SL": {
"default": ["1", "815", "111"] "default": ["1", "815", "111"]
......
...@@ -23,7 +23,8 @@ var variableOffsets = { ...@@ -23,7 +23,8 @@ var variableOffsets = {
303: 1, 303: 1,
502: 39, 502: 39,
601: 49, 601: 49,
602: 50 602: 50,
603: 60
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment