Skip to content

Commit

Permalink
define nationalCalendars based on regional languages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 9, 2022
1 parent e5d010f commit 9ada5aa
Show file tree
Hide file tree
Showing 83 changed files with 751 additions and 210 deletions.
3 changes: 3 additions & 0 deletions nations/AMERICAS/en_CA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": "[ USA ] Our Lady of Guadalupe"
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_419.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_AR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_BO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_BZ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_CL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_CO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_CR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_CU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_DO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_EC.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_GT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_HN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_MX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_NI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_PA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_PE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_PR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_PY.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/es_SV.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/fr_CA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
3 changes: 3 additions & 0 deletions nations/AMERICAS/pt_BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"LadyGuadalupe": ""
}
55 changes: 49 additions & 6 deletions nations/Americas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"Festivity": {
"tag": "LadyGuadalupe",
"name": "Our Lady of Guadalupe",
"name": "[ USA ] Our Lady of Guadalupe",
"color": [
"white"
],
Expand All @@ -26,14 +26,57 @@
}
}
],
"NationalCalendars": {},
"NationalCalendars": {
"Canada": "CA",
"United States": "US",
"Brazil": "BR",
"Argentina": "AR",
"Belize": "BZ",
"Bolivia": "BO",
"Chile": "CL",
"Colombia": "CO",
"Costa Rica": "CR",
"Cuba": "CU",
"Dominican Republic": "DO",
"Ecuador": "EC",
"El Salvador": "SV",
"Guatemala": "GT",
"Honduras": "HN",
"Latin America": "419",
"Mexico": "MX",
"Nicaragua": "NI",
"Panama": "PA",
"Paraguay": "PY",
"Peru": "PE",
"Puerto Rico": "PR"
},
"Metadata": {
"IsMultilingual": true,
"Languages": [
"en",
"fr",
"pt",
"es"
"en_CA",
"en_US",
"fr_CA",
"pt_BR",
"es_AR",
"es_BZ",
"es_BO",
"es_BR",
"es_CL",
"es_CO",
"es_CR",
"es_CU",
"es_DO",
"es_EC",
"es_SV",
"es_GT",
"es_HN",
"es_419",
"es_MX",
"es_NI",
"es_PA",
"es_PY",
"es_PE",
"es_PR"
],
"WiderRegion": "Americas"
}
Expand Down
7 changes: 7 additions & 0 deletions nations/EUROPE/bg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/bg_BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/cs_CZ.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/da_DK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de_AT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de_BE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de_CH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de_DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de_LI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/de_LU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/el_CY.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/el_GR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/es_ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/et.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/et_EE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/fi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/fi_FI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
7 changes: 7 additions & 0 deletions nations/EUROPE/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"StBenedict": "",
"StsCyrilMethodius": "",
"StBridget": "",
"StCatherineSiena": "",
"StEdithStein": ""
}
Loading

0 comments on commit 9ada5aa

Please sign in to comment.