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

added fronleichnam

parent b9aa8880
......@@ -10,6 +10,7 @@
"502": "Himmelfahrt",
"601": "Pfingstsonntag",
"602": "Pfingstmontag",
"603": "Fronleichnam",
"808": "Augsburger Friedensfest",
"815": "Mariae Himmelfahrt",
"103": "Tag der Deutschen Einheit",
......@@ -23,10 +24,10 @@
"specificHolidays": [ "1", "106", "111", "131", "2", "815" ],
"region": {
"BW": {
"default": ["106", "1", "111"]
"default": ["106", "1", "111", "603"]
},
"BY": {
"default": ["106", "1", "111"],
"default": ["106", "1", "111", "603"],
"kath": ["815"],
"augsburg": ["808"]
},
......@@ -43,7 +44,7 @@
"default": []
},
"HE": {
"default": ["1"]
"default": ["1", "603"]
},
"MV": {
"default": ["131"]
......@@ -52,10 +53,10 @@
"default": []
},
"NW": {
"default": ["1", "111"]
"default": ["1", "111", "603"]
},
"RP": {
"default": ["1", "111"]
"default": ["1", "111", "603"]
},
"SL": {
"default": ["1", "815", "111"]
......
......@@ -23,7 +23,8 @@ var variableOffsets = {
303: 1,
502: 39,
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