Skip to content

Commit

Permalink
test adding WiderRegion calendar w/schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 13, 2022
1 parent 85702b0 commit a296cc5
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nations/ASIA/ja_JP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"StFrancisXavier": ""
}
3 changes: 3 additions & 0 deletions nations/ASIA/zh_Hans_CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"StFrancisXavier": ""
}
42 changes: 42 additions & 0 deletions nations/Asia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"LitCal": [
{
"Festivity": {
"tag": "StFrancisXavier",
"name": "San Francesco Saverio, sacerdote",
"color": [
"white"
],
"grade": 4,
"day": 3,
"month": 12
},
"Metadata": {
"action": "makePatron",
"sinceYear": 1970,
"decreeURL": "https:\/\/www.vatican.va\/content\/john-paul-ii\/%s\/apost_exhortations\/documents\/hf_jp-ii_exh_06111999_ecclesia-in-asia.html",
"decreeLangs": {
"DE": "de",
"EN": "en",
"ES": "es",
"FR": "fr",
"IT": "it",
"PT": "pt",
"ZH": "zh"
}
}
}
],
"NationalCalendars": {
"China": "CN",
"Japan": "JP"
},
"Metadata": {
"IsMultilingual": true,
"Languages": [
"zh_Hans_CN",
"ja_JP"
],
"WiderRegion": "Asia"
}
}

0 comments on commit a296cc5

Please sign in to comment.