From 9ada5aa092888a1c5ab1df31bc19c185273634f5 Mon Sep 17 00:00:00 2001 From: John D'Orazio Date: Mon, 9 May 2022 17:26:27 +0200 Subject: [PATCH] define nationalCalendars based on regional languages --- nations/AMERICAS/en_CA.json | 3 + nations/AMERICAS/en_US.json | 3 + nations/AMERICAS/es_419.json | 3 + nations/AMERICAS/es_AR.json | 3 + nations/AMERICAS/es_BO.json | 3 + nations/AMERICAS/es_BR.json | 3 + nations/AMERICAS/es_BZ.json | 3 + nations/AMERICAS/es_CL.json | 3 + nations/AMERICAS/es_CO.json | 3 + nations/AMERICAS/es_CR.json | 3 + nations/AMERICAS/es_CU.json | 3 + nations/AMERICAS/es_DO.json | 3 + nations/AMERICAS/es_EC.json | 3 + nations/AMERICAS/es_GT.json | 3 + nations/AMERICAS/es_HN.json | 3 + nations/AMERICAS/es_MX.json | 3 + nations/AMERICAS/es_NI.json | 3 + nations/AMERICAS/es_PA.json | 3 + nations/AMERICAS/es_PE.json | 3 + nations/AMERICAS/es_PR.json | 3 + nations/AMERICAS/es_PY.json | 3 + nations/AMERICAS/es_SV.json | 3 + nations/AMERICAS/fr_CA.json | 3 + nations/AMERICAS/pt_BR.json | 3 + nations/Americas.json | 55 ++++- nations/EUROPE/bg.json | 7 + nations/EUROPE/bg_BG.json | 7 + nations/EUROPE/cs.json | 7 + nations/EUROPE/cs_CZ.json | 7 + nations/EUROPE/da.json | 7 + nations/EUROPE/da_DK.json | 7 + nations/EUROPE/de.json | 7 + nations/EUROPE/de_AT.json | 7 + nations/EUROPE/de_BE.json | 7 + nations/EUROPE/de_CH.json | 7 + nations/EUROPE/de_DE.json | 7 + nations/EUROPE/de_LI.json | 7 + nations/EUROPE/de_LU.json | 7 + nations/EUROPE/el.json | 7 + nations/EUROPE/el_CY.json | 7 + nations/EUROPE/el_GR.json | 7 + nations/EUROPE/es.json | 7 + nations/EUROPE/es_ES.json | 7 + nations/EUROPE/et.json | 7 + nations/EUROPE/et_EE.json | 7 + nations/EUROPE/fi.json | 7 + nations/EUROPE/fi_FI.json | 7 + nations/EUROPE/fr.json | 7 + nations/EUROPE/fr_BE.json | 7 + nations/EUROPE/fr_FR.json | 7 + nations/EUROPE/ga.json | 7 + nations/EUROPE/ga_IE.json | 7 + nations/EUROPE/hr.json | 7 + nations/EUROPE/hr_HR.json | 7 + nations/EUROPE/hu.json | 7 + nations/EUROPE/hu_HU.json | 7 + nations/EUROPE/it_CH.json | 7 + nations/EUROPE/it_IT.json | 7 + nations/EUROPE/lb.json | 7 + nations/EUROPE/lb_LU.json | 7 + nations/EUROPE/lt.json | 7 + nations/EUROPE/lt_LT.json | 7 + nations/EUROPE/lv.json | 7 + nations/EUROPE/lv_LV.json | 7 + nations/EUROPE/mt.json | 7 + nations/EUROPE/mt_MT.json | 7 + nations/EUROPE/nl.json | 7 + nations/EUROPE/nl_NL.json | 7 + nations/EUROPE/pl.json | 7 + nations/EUROPE/pl_PL.json | 7 + nations/EUROPE/pt.json | 7 + nations/EUROPE/pt_PT.json | 7 + nations/EUROPE/ro.json | 7 + nations/EUROPE/ro_RO.json | 7 + nations/EUROPE/sk.json | 7 + nations/EUROPE/sk_SK.json | 7 + nations/EUROPE/sl.json | 7 + nations/EUROPE/sl_SI.json | 7 + nations/EUROPE/sv.json | 7 + nations/EUROPE/sv_SE.json | 7 + nations/EUROPE/tr.json | 7 + nations/EUROPE/tr_CY.json | 7 + nations/Europe.json | 435 +++++++++++++++++++---------------- 83 files changed, 751 insertions(+), 210 deletions(-) create mode 100644 nations/AMERICAS/en_CA.json create mode 100644 nations/AMERICAS/en_US.json create mode 100644 nations/AMERICAS/es_419.json create mode 100644 nations/AMERICAS/es_AR.json create mode 100644 nations/AMERICAS/es_BO.json create mode 100644 nations/AMERICAS/es_BR.json create mode 100644 nations/AMERICAS/es_BZ.json create mode 100644 nations/AMERICAS/es_CL.json create mode 100644 nations/AMERICAS/es_CO.json create mode 100644 nations/AMERICAS/es_CR.json create mode 100644 nations/AMERICAS/es_CU.json create mode 100644 nations/AMERICAS/es_DO.json create mode 100644 nations/AMERICAS/es_EC.json create mode 100644 nations/AMERICAS/es_GT.json create mode 100644 nations/AMERICAS/es_HN.json create mode 100644 nations/AMERICAS/es_MX.json create mode 100644 nations/AMERICAS/es_NI.json create mode 100644 nations/AMERICAS/es_PA.json create mode 100644 nations/AMERICAS/es_PE.json create mode 100644 nations/AMERICAS/es_PR.json create mode 100644 nations/AMERICAS/es_PY.json create mode 100644 nations/AMERICAS/es_SV.json create mode 100644 nations/AMERICAS/fr_CA.json create mode 100644 nations/AMERICAS/pt_BR.json create mode 100644 nations/EUROPE/bg.json create mode 100644 nations/EUROPE/bg_BG.json create mode 100644 nations/EUROPE/cs.json create mode 100644 nations/EUROPE/cs_CZ.json create mode 100644 nations/EUROPE/da.json create mode 100644 nations/EUROPE/da_DK.json create mode 100644 nations/EUROPE/de.json create mode 100644 nations/EUROPE/de_AT.json create mode 100644 nations/EUROPE/de_BE.json create mode 100644 nations/EUROPE/de_CH.json create mode 100644 nations/EUROPE/de_DE.json create mode 100644 nations/EUROPE/de_LI.json create mode 100644 nations/EUROPE/de_LU.json create mode 100644 nations/EUROPE/el.json create mode 100644 nations/EUROPE/el_CY.json create mode 100644 nations/EUROPE/el_GR.json create mode 100644 nations/EUROPE/es.json create mode 100644 nations/EUROPE/es_ES.json create mode 100644 nations/EUROPE/et.json create mode 100644 nations/EUROPE/et_EE.json create mode 100644 nations/EUROPE/fi.json create mode 100644 nations/EUROPE/fi_FI.json create mode 100644 nations/EUROPE/fr.json create mode 100644 nations/EUROPE/fr_BE.json create mode 100644 nations/EUROPE/fr_FR.json create mode 100644 nations/EUROPE/ga.json create mode 100644 nations/EUROPE/ga_IE.json create mode 100644 nations/EUROPE/hr.json create mode 100644 nations/EUROPE/hr_HR.json create mode 100644 nations/EUROPE/hu.json create mode 100644 nations/EUROPE/hu_HU.json create mode 100644 nations/EUROPE/it_CH.json create mode 100644 nations/EUROPE/it_IT.json create mode 100644 nations/EUROPE/lb.json create mode 100644 nations/EUROPE/lb_LU.json create mode 100644 nations/EUROPE/lt.json create mode 100644 nations/EUROPE/lt_LT.json create mode 100644 nations/EUROPE/lv.json create mode 100644 nations/EUROPE/lv_LV.json create mode 100644 nations/EUROPE/mt.json create mode 100644 nations/EUROPE/mt_MT.json create mode 100644 nations/EUROPE/nl.json create mode 100644 nations/EUROPE/nl_NL.json create mode 100644 nations/EUROPE/pl.json create mode 100644 nations/EUROPE/pl_PL.json create mode 100644 nations/EUROPE/pt.json create mode 100644 nations/EUROPE/pt_PT.json create mode 100644 nations/EUROPE/ro.json create mode 100644 nations/EUROPE/ro_RO.json create mode 100644 nations/EUROPE/sk.json create mode 100644 nations/EUROPE/sk_SK.json create mode 100644 nations/EUROPE/sl.json create mode 100644 nations/EUROPE/sl_SI.json create mode 100644 nations/EUROPE/sv.json create mode 100644 nations/EUROPE/sv_SE.json create mode 100644 nations/EUROPE/tr.json create mode 100644 nations/EUROPE/tr_CY.json diff --git a/nations/AMERICAS/en_CA.json b/nations/AMERICAS/en_CA.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/en_CA.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/en_US.json b/nations/AMERICAS/en_US.json new file mode 100644 index 00000000..ef98ecb7 --- /dev/null +++ b/nations/AMERICAS/en_US.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "[ USA ] Our Lady of Guadalupe" +} diff --git a/nations/AMERICAS/es_419.json b/nations/AMERICAS/es_419.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_419.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_AR.json b/nations/AMERICAS/es_AR.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_AR.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_BO.json b/nations/AMERICAS/es_BO.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_BO.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_BR.json b/nations/AMERICAS/es_BR.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_BR.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_BZ.json b/nations/AMERICAS/es_BZ.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_BZ.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_CL.json b/nations/AMERICAS/es_CL.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_CL.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_CO.json b/nations/AMERICAS/es_CO.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_CO.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_CR.json b/nations/AMERICAS/es_CR.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_CR.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_CU.json b/nations/AMERICAS/es_CU.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_CU.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_DO.json b/nations/AMERICAS/es_DO.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_DO.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_EC.json b/nations/AMERICAS/es_EC.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_EC.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_GT.json b/nations/AMERICAS/es_GT.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_GT.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_HN.json b/nations/AMERICAS/es_HN.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_HN.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_MX.json b/nations/AMERICAS/es_MX.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_MX.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_NI.json b/nations/AMERICAS/es_NI.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_NI.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_PA.json b/nations/AMERICAS/es_PA.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_PA.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_PE.json b/nations/AMERICAS/es_PE.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_PE.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_PR.json b/nations/AMERICAS/es_PR.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_PR.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_PY.json b/nations/AMERICAS/es_PY.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_PY.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/es_SV.json b/nations/AMERICAS/es_SV.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/es_SV.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/fr_CA.json b/nations/AMERICAS/fr_CA.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/fr_CA.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/AMERICAS/pt_BR.json b/nations/AMERICAS/pt_BR.json new file mode 100644 index 00000000..41fcf9a0 --- /dev/null +++ b/nations/AMERICAS/pt_BR.json @@ -0,0 +1,3 @@ +{ + "LadyGuadalupe": "" +} \ No newline at end of file diff --git a/nations/Americas.json b/nations/Americas.json index f92221ed..fd83bd15 100644 --- a/nations/Americas.json +++ b/nations/Americas.json @@ -3,7 +3,7 @@ { "Festivity": { "tag": "LadyGuadalupe", - "name": "Our Lady of Guadalupe", + "name": "[ USA ] Our Lady of Guadalupe", "color": [ "white" ], @@ -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" } diff --git a/nations/EUROPE/bg.json b/nations/EUROPE/bg.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/bg.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/bg_BG.json b/nations/EUROPE/bg_BG.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/bg_BG.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/cs.json b/nations/EUROPE/cs.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/cs.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/cs_CZ.json b/nations/EUROPE/cs_CZ.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/cs_CZ.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/da.json b/nations/EUROPE/da.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/da.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/da_DK.json b/nations/EUROPE/da_DK.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/da_DK.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de.json b/nations/EUROPE/de.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de_AT.json b/nations/EUROPE/de_AT.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de_AT.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de_BE.json b/nations/EUROPE/de_BE.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de_BE.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de_CH.json b/nations/EUROPE/de_CH.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de_CH.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de_DE.json b/nations/EUROPE/de_DE.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de_DE.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de_LI.json b/nations/EUROPE/de_LI.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de_LI.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/de_LU.json b/nations/EUROPE/de_LU.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/de_LU.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/el.json b/nations/EUROPE/el.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/el.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/el_CY.json b/nations/EUROPE/el_CY.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/el_CY.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/el_GR.json b/nations/EUROPE/el_GR.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/el_GR.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/es.json b/nations/EUROPE/es.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/es.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/es_ES.json b/nations/EUROPE/es_ES.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/es_ES.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/et.json b/nations/EUROPE/et.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/et.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/et_EE.json b/nations/EUROPE/et_EE.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/et_EE.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/fi.json b/nations/EUROPE/fi.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/fi.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/fi_FI.json b/nations/EUROPE/fi_FI.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/fi_FI.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/fr.json b/nations/EUROPE/fr.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/fr.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/fr_BE.json b/nations/EUROPE/fr_BE.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/fr_BE.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/fr_FR.json b/nations/EUROPE/fr_FR.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/fr_FR.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/ga.json b/nations/EUROPE/ga.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/ga.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/ga_IE.json b/nations/EUROPE/ga_IE.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/ga_IE.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/hr.json b/nations/EUROPE/hr.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/hr.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/hr_HR.json b/nations/EUROPE/hr_HR.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/hr_HR.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/hu.json b/nations/EUROPE/hu.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/hu.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/hu_HU.json b/nations/EUROPE/hu_HU.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/hu_HU.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/it_CH.json b/nations/EUROPE/it_CH.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/it_CH.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/it_IT.json b/nations/EUROPE/it_IT.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/it_IT.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/lb.json b/nations/EUROPE/lb.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/lb.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/lb_LU.json b/nations/EUROPE/lb_LU.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/lb_LU.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/lt.json b/nations/EUROPE/lt.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/lt.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/lt_LT.json b/nations/EUROPE/lt_LT.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/lt_LT.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/lv.json b/nations/EUROPE/lv.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/lv.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/lv_LV.json b/nations/EUROPE/lv_LV.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/lv_LV.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/mt.json b/nations/EUROPE/mt.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/mt.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/mt_MT.json b/nations/EUROPE/mt_MT.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/mt_MT.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/nl.json b/nations/EUROPE/nl.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/nl.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/nl_NL.json b/nations/EUROPE/nl_NL.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/nl_NL.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/pl.json b/nations/EUROPE/pl.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/pl.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/pl_PL.json b/nations/EUROPE/pl_PL.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/pl_PL.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/pt.json b/nations/EUROPE/pt.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/pt.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/pt_PT.json b/nations/EUROPE/pt_PT.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/pt_PT.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/ro.json b/nations/EUROPE/ro.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/ro.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/ro_RO.json b/nations/EUROPE/ro_RO.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/ro_RO.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/sk.json b/nations/EUROPE/sk.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/sk.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/sk_SK.json b/nations/EUROPE/sk_SK.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/sk_SK.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/sl.json b/nations/EUROPE/sl.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/sl.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/sl_SI.json b/nations/EUROPE/sl_SI.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/sl_SI.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/sv.json b/nations/EUROPE/sv.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/sv.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/sv_SE.json b/nations/EUROPE/sv_SE.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/sv_SE.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/tr.json b/nations/EUROPE/tr.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/tr.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/EUROPE/tr_CY.json b/nations/EUROPE/tr_CY.json new file mode 100644 index 00000000..8ce3ff1e --- /dev/null +++ b/nations/EUROPE/tr_CY.json @@ -0,0 +1,7 @@ +{ + "StBenedict": "", + "StsCyrilMethodius": "", + "StBridget": "", + "StCatherineSiena": "", + "StEdithStein": "" +} \ No newline at end of file diff --git a/nations/Europe.json b/nations/Europe.json index 3f1d9240..e8a2c302 100644 --- a/nations/Europe.json +++ b/nations/Europe.json @@ -1,204 +1,231 @@ -{ - "LitCal": [ - { - "Festivity": { - "tag": "StBenedict", - "color": ["white"], - "grade": 4, - "day": 11, - "month": 7 - }, - "Metadata": { - "action": "makePatron", - "sinceYear": 1964, - "decreeURL": "https://www.vatican.va/content/paul-vi/%s/apost_letters/documents/hf_p-vi_apl_19641024_pacis-nuntius.html", - "decreeLangs": { - "IT": "it", - "ES": "es", - "LA": "la" - } - } - }, - { - "Festivity": { - "tag": "StsCyrilMethodius", - "color": ["white"], - "grade": 4, - "day": 14, - "month": 2 - }, - "Metadata": { - "action": "makePatron", - "sinceYear": 1980, - "decreeURL": "https://www.vatican.va/content/john-paul-ii/%s/apost_letters/1980/documents/hf_jp-ii_apl_31121980_egregiae-virtutis.html", - "decreeLangs": { - "ES": "es", - "IT": "it", - "LA": "la", - "PT": "pt" - } - } - }, - { - "Festivity": { - "tag": "StBridget", - "color": ["white"], - "grade": 4, - "day": 23, - "month": 7 - }, - "Metadata": { - "action": "makePatron", - "sinceYear": 1999, - "decreeURL": "https://www.vatican.va/content/john-paul-ii/%s/motu_proprio/documents/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", - "decreeLangs": { - "DE": "de", - "EN": "en", - "ES": "es", - "FR": "fr", - "IT": "it", - "LA": "la", - "PT": "pt" - } - } - }, - { - "Festivity": { - "tag": "StCatherineSiena", - "color": ["white"], - "grade": 4, - "day": 29, - "month": 4 - }, - "Metadata": { - "action": "makePatron", - "sinceYear": 1999, - "decreeURL": "https://www.vatican.va/content/john-paul-ii/%s/motu_proprio/documents/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", - "decreeLangs": { - "DE": "de", - "EN": "en", - "ES": "es", - "FR": "fr", - "IT": "it", - "LA": "la", - "PT": "pt" - } - } - }, - { - "Festivity": { - "tag": "StEdithStein", - "color": ["red","white"], - "grade": 4, - "day": 9, - "month": 8, - "common": "Martyrs:For a Virgin Martyr,Virgins:For One Virgin", - "readings": { - "FIRST_READING": "", - "RESPONSORIAL_PSALM": "", - "SECOND_READING": "", - "ALLELUIA_VERSE": "", - "GOSPEL": "" - } - }, - "Metadata": { - "action": "createNew", - "sinceYear": 1999, - "untilYear": 2002, - "decreeURL": "https://www.vatican.va/content/john-paul-ii/%s/motu_proprio/documents/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", - "decreeLangs": { - "DE": "de", - "EN": "en", - "ES": "es", - "FR": "fr", - "IT": "it", - "LA": "la", - "PT": "pt" - } - } - }, - { - "Festivity": { - "tag": "StEdithStein", - "color": ["red","white"], - "grade": 4, - "day": 9, - "month": 8 - }, - "Metadata": { - "action": "makePatron", - "sinceYear": 2002, - "decreeURL": "https://www.vatican.va/content/john-paul-ii/%s/motu_proprio/documents/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", - "decreeLangs": { - "DE": "de", - "EN": "en", - "ES": "es", - "FR": "fr", - "IT": "it", - "LA": "la", - "PT": "pt" - } - } - } - ], - "NationalCalendars": { - "AUSTRIA": "AT", - "BELGIUM": "BE", - "BULGARIA": "BG", - "CZECH REPUBLIC": "CZ", - "CYPRUS": "CY", - "CROATIA": "HR", - "DENMARK": "DK", - "ESTONIA": "EE", - "FINLAND": "FI", - "FRANCE": "FR", - "GERMANY": "DE", - "GREECE": "GR", - "HUNGARY": "HU", - "IRELAND": "IE", - "ITALY": "IT", - "LATVIA": "LV", - "LITHUANIA": "LT", - "LUXEMBOURG": "LU", - "MALTA": "MT", - "NETHERLANDS": "NL", - "POLONIA": "PL", - "PORTUGAL": "PT", - "ROMANIA": "RO", - "SLOVACCHIA": "SK", - "SLOVENIA": "SI", - "SPAIN": "ES", - "SWEDEN": "SE" - }, - "Metadata": { - "IsMultilingual": true, - "Languages": [ - "bg", - "cs", - "da", - "de", - "el", - "es", - "et", - "fi", - "fr", - "ga", - "hr", - "hu", - "it", - "lb", - "lt", - "lv", - "mt", - "nl", - "pl", - "pt", - "ro", - "sk", - "sl", - "sv", - "tr" - ], - "WiderRegion": "Europe" - } -} +{ + "LitCal": [ + { + "Festivity": { + "tag": "StBenedict", + "name": "San Benedetto, abate, patrono d'Europa", + "color": [ + "white" + ], + "grade": 4, + "day": 11, + "month": 7 + }, + "Metadata": { + "action": "makePatron", + "sinceYear": 1964, + "decreeURL": "https:\/\/www.vatican.va\/content\/paul-vi\/%s\/apost_letters\/documents\/hf_p-vi_apl_19641024_pacis-nuntius.html", + "decreeLangs": { + "IT": "it", + "ES": "es", + "LA": "la" + } + } + }, + { + "Festivity": { + "tag": "StsCyrilMethodius", + "name": "Santi Cirillo, monaco, e Metodio, vescovo, patroni d'Europa", + "color": [ + "white" + ], + "grade": 4, + "day": 14, + "month": 2 + }, + "Metadata": { + "action": "makePatron", + "sinceYear": 1980, + "decreeURL": "https:\/\/www.vatican.va\/content\/john-paul-ii\/%s\/apost_letters\/1980\/documents\/hf_jp-ii_apl_31121980_egregiae-virtutis.html", + "decreeLangs": { + "ES": "es", + "IT": "it", + "LA": "la", + "PT": "pt" + } + } + }, + { + "Festivity": { + "tag": "StBridget", + "name": "Santa Brigida, religiosa, patrona d'Europa", + "color": [ + "white" + ], + "grade": 4, + "day": 23, + "month": 7 + }, + "Metadata": { + "action": "makePatron", + "sinceYear": 1999, + "decreeURL": "https:\/\/www.vatican.va\/content\/john-paul-ii\/%s\/motu_proprio\/documents\/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", + "decreeLangs": { + "DE": "de", + "EN": "en", + "ES": "es", + "FR": "fr", + "IT": "it", + "LA": "la", + "PT": "pt" + } + } + }, + { + "Festivity": { + "tag": "StCatherineSiena", + "name": "Santa Caterina da Siena, vergine e dottore della Chiesa, patrona d'Italia e d'Europa", + "color": [ + "white" + ], + "grade": 4, + "day": 29, + "month": 4 + }, + "Metadata": { + "action": "makePatron", + "sinceYear": 1999, + "decreeURL": "https:\/\/www.vatican.va\/content\/john-paul-ii\/%s\/motu_proprio\/documents\/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", + "decreeLangs": { + "DE": "de", + "EN": "en", + "ES": "es", + "FR": "fr", + "IT": "it", + "LA": "la", + "PT": "pt" + } + } + }, + { + "Festivity": { + "tag": "StEdithStein", + "name": "Santa Teresa Benedetta della Croce, vergine e martire, patrona d'Europa", + "color": [ + "white", + "red" + ], + "grade": 4, + "day": 9, + "month": 8, + "common": [ + "Martyrs:For a Virgin Martyr", + "Virgins:For One Virgin" + ], + "readings": "" + }, + "Metadata": { + "action": "createNew", + "sinceYear": 1999, + "untilYear": 2002, + "decreeURL": "https:\/\/www.vatican.va\/content\/john-paul-ii\/%s\/motu_proprio\/documents\/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", + "decreeLangs": { + "DE": "de", + "EN": "en", + "ES": "es", + "FR": "fr", + "IT": "it", + "LA": "la", + "PT": "pt" + } + } + }, + { + "Festivity": { + "tag": "StEdithStein", + "name": "Santa Teresa Benedetta della Croce, vergine e martire, patrona d'Europa", + "color": [ + "white", + "red" + ], + "grade": 4, + "day": 9, + "month": 8 + }, + "Metadata": { + "action": "makePatron", + "sinceYear": 2002, + "decreeURL": "https:\/\/www.vatican.va\/content\/john-paul-ii\/%s\/motu_proprio\/documents\/hf_jp-ii_motu-proprio_01101999_co-patronesses-europe.html", + "decreeLangs": { + "DE": "de", + "EN": "en", + "ES": "es", + "FR": "fr", + "IT": "it", + "LA": "la", + "PT": "pt" + } + } + } + ], + "NationalCalendars": { + "Bulgaria": "BG", + "Czechia": "CZ", + "Croatia": "HR", + "Denmark": "DK", + "Estonia": "EE", + "Finland": "FI", + "Belgium": "BE", + "France": "FR", + "Cyprus": "CY", + "Greece": "GR", + "Ireland": "IE", + "Italy": "IT", + "Switzerland": "CH", + "Latvia": "LV", + "Lithuania": "LT", + "Luxembourg": "LU", + "Malta": "MT", + "Netherlands": "NL", + "Poland": "PL", + "Portugal": "PT", + "Romania": "RO", + "Slovakia": "SK", + "Slovenia": "SI", + "Spain": "ES", + "Sweden": "SE", + "Austria": "AT", + "Germany": "DE", + "Liechtenstein": "LI", + "Hungary": "HU" + }, + "Metadata": { + "IsMultilingual": true, + "Languages": [ + "bg_BG", + "cs_CZ", + "hr_HR", + "da_DK", + "et_EE", + "fi_FI", + "fr_BE", + "fr_FR", + "el_CY", + "el_GR", + "ga_IE", + "it_IT", + "it_CH", + "lv_LV", + "lt_LT", + "lb_LU", + "mt_MT", + "nl_NL", + "pl_PL", + "pt_PT", + "ro_RO", + "sk_SK", + "sl_SI", + "es_ES", + "sv_SE", + "de_AT", + "de_BE", + "de_DE", + "de_LI", + "de_LU", + "de_CH", + "tr_CY", + "hu_HU" + ], + "WiderRegion": "Europe" + } +}