Skip to content

Commit

Permalink
Fix Danish holiday names based on feedback #793 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertospelta committed Jul 24, 2024
1 parent 215a362 commit 871b9a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Assets/ManageDates/Templates/HolidaysDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@
"SubstituteHoliday": "NoSubstituteHoliday",
"ConflictPriority": 50
},

{
"IsoCountry": "DK",
"MonthNumber": 1,
Expand Down Expand Up @@ -1672,7 +1671,7 @@
"WeekDayNumber": 0,
"OffsetWeek": 0,
"OffsetDays": 0,
"HolidayName": "Arbejdernes dag",
"HolidayName": "Arbejdernes kampdag",
"SubstituteHoliday": "NoSubstituteHoliday",
"ConflictPriority": 100
},
Expand All @@ -1694,7 +1693,7 @@
"WeekDayNumber": 0,
"OffsetWeek": 0,
"OffsetDays": 0,
"HolidayName": "Juleaften",
"HolidayName": "Juleaftensdag",
"SubstituteHoliday": "NoSubstituteHoliday",
"ConflictPriority": 50
},
Expand All @@ -1705,7 +1704,7 @@
"WeekDayNumber": 0,
"OffsetWeek": 0,
"OffsetDays": 0,
"HolidayName": "Juleaftensdag",
"HolidayName": "Juledag",
"SubstituteHoliday": "NoSubstituteHoliday",
"ConflictPriority": 100
},
Expand Down

0 comments on commit 871b9a9

Please sign in to comment.