Skip to content

Commit

Permalink
make sure metadata region is always in english
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 14, 2022
1 parent 5e82f30 commit 4decc12
Showing 1 changed file with 57 additions and 53 deletions.
110 changes: 57 additions & 53 deletions nations/ITALY/ITALY.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,57 @@
{
"LitCal": [
{
"Festivity": {
"tag": "StCatherineSiena",
"name": "Santa Caterina da Siena, vergine e dottore della Chiesa, patrona d'Italia",
"color": ["white"],
"grade": 4,
"day": 29,
"month": 4
},
"Metadata": {
"action": "makePatron",
"sinceYear": 1939,
"untilYear": 1999,
"decreeURL": "https://www.vatican.va/content/pius-xii/it/briefs/documents/hf_p-xii_brief_19390618_patroni-italia.html"
}
},
{
"Festivity": {
"tag": "StFrancisAssisi",
"name": "San Francesco d'Assisi, patrono d'Italia",
"color": ["white"],
"grade": 4,
"day": 29,
"month": 4
},
"Metadata": {
"action": "makePatron",
"sinceYear": 1939,
"decreeURL": "https://www.vatican.va/content/pius-xii/it/briefs/documents/hf_p-xii_brief_19390618_patroni-italia.html"
}
}
],
"Settings": {
"Epiphany": "JAN6",
"Ascension": "SUNDAY",
"CorpusChristi": "SUNDAY",
"Locale": "IT"
},
"Metadata": {
"Region": "ITALIA",
"WiderRegion": {
"name": "Europe",
"jsonFile": "nations\/Europe.json",
"i18nFile": "nations\/EUROPE\/it.json"
},
"Missals": [
"ITALY_1983",
"ITALY_2020"
]
}
}
{
"LitCal": [
{
"Festivity": {
"tag": "StCatherineSiena",
"name": "Santa Caterina da Siena, vergine e dottore della Chiesa, patrona d'Italia",
"color": [
"white"
],
"grade": 4,
"day": 29,
"month": 4
},
"Metadata": {
"action": "makePatron",
"sinceYear": 1939,
"untilYear": 1999,
"decreeURL": "https:\/\/www.vatican.va\/content\/pius-xii\/it\/briefs\/documents\/hf_p-xii_brief_19390618_patroni-italia.html"
}
},
{
"Festivity": {
"tag": "StFrancisAssisi",
"name": "San Francesco d'Assisi, patrono d'Italia",
"color": [
"white"
],
"grade": 4,
"day": 29,
"month": 4
},
"Metadata": {
"action": "makePatron",
"sinceYear": 1939,
"decreeURL": "https:\/\/www.vatican.va\/content\/pius-xii\/it\/briefs\/documents\/hf_p-xii_brief_19390618_patroni-italia.html"
}
}
],
"Settings": {
"Epiphany": "JAN6",
"Ascension": "SUNDAY",
"CorpusChristi": "SUNDAY",
"Locale": "IT"
},
"Metadata": {
"Region": "ITALY",
"WiderRegion": {
"name": "Europe",
"jsonFile": "nations\/Europe.json",
"i18nFile": "nations\/EUROPE\/it.json"
},
"Missals": [
"ITALY_1983",
"ITALY_2020"
]
}
}

0 comments on commit 4decc12

Please sign in to comment.