Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
opening-hours
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
regionalkauf
opening-hours
Commits
3e65fcb5
Commit
3e65fcb5
authored
May 27, 2015
by
Johannes Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fronleichnam
parent
b9aa8880
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
holidayMapping.json
lib/holidayMapping.json
+6
-5
holidays.js
lib/holidays.js
+2
-1
No files found.
lib/holidayMapping.json
View file @
3e65fcb5
...
...
@@ -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"
]
...
...
lib/holidays.js
View file @
3e65fcb5
...
...
@@ -23,7 +23,8 @@ var variableOffsets = {
303
:
1
,
502
:
39
,
601
:
49
,
602
:
50
602
:
50
,
603
:
60
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment