Skip to content

Commit

Permalink
missal_id should now use ISO 3166 for nation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 15, 2024
1 parent ec3d048 commit 5a8fb7b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"common": [
"Proper"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -31,7 +31,7 @@
"common": [
"Proper"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -53,7 +53,7 @@
"common": [
"Holy Men and Women:For Religious"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -76,7 +76,7 @@
"Masses and Prayers for Various Needs and Occasions:For Giving Thanks to God for the Gift of Human Life",
"Preservation of Peace and Justice"
],
"calendar": "USA",
"calendar": "US",
"color": [
"purple",
"white"
Expand All @@ -99,7 +99,7 @@
"common": [
"Virgins:For One Virgin"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -121,7 +121,7 @@
"common": [
"Pastors:For Missionaries"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -143,7 +143,7 @@
"common": [
"Holy Men and Women:For One Saint"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -166,7 +166,7 @@
"Pastors:For One Pastor",
"Pastors:For Missionaries"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -188,7 +188,7 @@
"common": [
"Proper"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -210,7 +210,7 @@
"common": [
"Virgins:For One Virgin"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -233,7 +233,7 @@
"Pastors:For One Pastor",
"Holy Men and Women:For Those Who Practiced Works of Mercy"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -255,7 +255,7 @@
"common": [
"Virgins:For One Virgin"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -278,7 +278,7 @@
"Virgins:For One Virgin",
"Holy Men and Women:For Those Who Practiced Works of Mercy"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -300,7 +300,7 @@
"common": [
"Virgins:For One Virgin"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white"
],
Expand All @@ -323,7 +323,7 @@
"Martyrs:For One Martyr",
"Pastors:For One Pastor"
],
"calendar": "USA",
"calendar": "US",
"color": [
"white",
"red"
Expand Down
8 changes: 4 additions & 4 deletions data/nations/US/US.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"metadata": {
"action": "moveFestivity",
"missal": "USA_2011",
"missal": "US_2011",
"reason": "National Day of Prayer for the Unborn",
"since_year": 1970
}
Expand All @@ -52,7 +52,7 @@
},
"metadata": {
"action": "moveFestivity",
"missal": "USA_2011",
"missal": "US_2011",
"reason": "Saint John Brebeuf (elevated to memorial)",
"since_year": 1970
}
Expand Down Expand Up @@ -122,7 +122,7 @@
},
"metadata": {
"action": "moveFestivity",
"missal": "USA_2011",
"missal": "US_2011",
"reason": "Blessed Kateri Tekakwitha",
"since_year": 1970
}
Expand All @@ -149,7 +149,7 @@
},
"metadata": {
"action": "moveFestivity",
"missal": "USA_2011",
"missal": "US_2011",
"reason": "Independence Day",
"since_year": 1970
}
Expand Down
2 changes: 1 addition & 1 deletion tests/PrayerUnbornTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test_type": "exactCorrespondenceSince",
"year_since": 2011,
"applies_to": {
"national_calendar": "USA"
"national_calendar": "US"
},
"assertions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@
],
"event_key": "ROTTERDAM_HLaurentiusdiakenenmartelaarpatroonvanhetbisdom",
"applies_to": {
"diocesan_calendar": "ROTTERDAM"
"diocesan_calendar": "rotter_nl"
}
}

0 comments on commit 5a8fb7b

Please sign in to comment.