-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write national calendar to JSON file
- Loading branch information
1 parent
0bcbd3b
commit 62ad946
Showing
2 changed files
with
197 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,188 @@ | ||
{ | ||
"LitCal": [ | ||
{ | ||
"Festivity": { | ||
"tag": "ImmaculateConception", | ||
"name": "The Immaculate Conception of the Blessed Virgin Mary, Patronal feastday of the United States of America", | ||
"color": [ | ||
"white" | ||
], | ||
"grade": 6, | ||
"day": 8, | ||
"month": 12 | ||
}, | ||
"Metadata": { | ||
"action": "makePatron", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StVincentDeacon", | ||
"name": "Saint Vincent, Deacon and Martyr", | ||
"day": 23, | ||
"month": 1, | ||
"missal": "USA_2011", | ||
"reason": "National Day of Prayer for the Unborn" | ||
}, | ||
"Metadata": { | ||
"action": "moveFestivity", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StVincentDeacon", | ||
"name": "[ USA ] Saint Vincent, Deacon and Martyr", | ||
"day": 22, | ||
"month": 1 | ||
}, | ||
"Metadata": { | ||
"action": "setProperty", | ||
"property": "name", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StPaulCross", | ||
"name": "Saint Paul of the Cross, Priest", | ||
"day": 20, | ||
"month": 10, | ||
"missal": "USA_2011", | ||
"reason": "Saint John Brebeuf (elevated to memorial)" | ||
}, | ||
"Metadata": { | ||
"action": "moveFestivity", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StPaulCross", | ||
"name": "[ USA ] Saint Paul of the Cross, Priest", | ||
"day": 19, | ||
"month": 10 | ||
}, | ||
"Metadata": { | ||
"action": "setProperty", | ||
"property": "name", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StsJeanBrebeuf", | ||
"name": "Saints John de Brébeuf and Isaac Jogues, Priests, and Companions, Martyrs", | ||
"grade": 3, | ||
"day": 19, | ||
"month": 10 | ||
}, | ||
"Metadata": { | ||
"action": "setProperty", | ||
"property": "grade", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StsJeanBrebeuf", | ||
"name": "[ USA ] Saints John de Brébeuf and Isaac Jogues, Priests, and Companions, Martyrs", | ||
"day": 19, | ||
"month": 10 | ||
}, | ||
"Metadata": { | ||
"action": "setProperty", | ||
"property": "name", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "ThanksgivingDay", | ||
"name": "[ USA ] Thanksgiving", | ||
"color": [ | ||
"white" | ||
], | ||
"grade": 3, | ||
"strtotime": "fourth thursday of november", | ||
"common": [], | ||
"readings": "" | ||
}, | ||
"Metadata": { | ||
"action": "createNew" | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StCamillusDeLellis", | ||
"name": "Saint Camillus de Lellis, Priest", | ||
"day": 18, | ||
"month": 7, | ||
"missal": "USA_2011", | ||
"reason": "Blessed Kateri Tekakwitha" | ||
}, | ||
"Metadata": { | ||
"action": "moveFestivity", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StCamillusDeLellis", | ||
"name": "[ USA ] Saint Camillus de Lellis, Priest", | ||
"day": 14, | ||
"month": 7 | ||
}, | ||
"Metadata": { | ||
"action": "setProperty", | ||
"property": "name", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StElizabethPortugal", | ||
"name": "Saint Elizabeth of Portugal", | ||
"day": 5, | ||
"month": 7, | ||
"missal": "USA_2011", | ||
"reason": "Independence Day" | ||
}, | ||
"Metadata": { | ||
"action": "moveFestivity", | ||
"sinceYear": 1970 | ||
} | ||
}, | ||
{ | ||
"Festivity": { | ||
"tag": "StElizabethPortugal", | ||
"name": "[ USA ] Saint Elizabeth of Portugal", | ||
"day": 4, | ||
"month": 7 | ||
}, | ||
"Metadata": { | ||
"action": "setProperty", | ||
"property": "name", | ||
"sinceYear": 1970 | ||
} | ||
} | ||
], | ||
"Settings": { | ||
"Epiphany": "SUNDAY_JAN2_JAN8", | ||
"Ascension": "SUNDAY", | ||
"CorpusChristi": "SUNDAY", | ||
"Locale": "EN" | ||
}, | ||
"Metadata": { | ||
"Region": "UNITED STATES", | ||
"WiderRegion": { | ||
"name": "Americas", | ||
"jsonFile": "nations\/Americas.json", | ||
"i18nFile": "nations\/AMERICAS\/en.json" | ||
}, | ||
"Missals": [ | ||
"USA_2011" | ||
] | ||
} | ||
} |