Skip to content

Commit

Permalink
Fixing commemorations2 (#192)
Browse files Browse the repository at this point in the history
* Updating divinum officium

* Fixing PL commemoration for 06-01

* Fixing PL commemorations in November

* Updating tests
  • Loading branch information
mmolenda authored Nov 16, 2024
1 parent eec69ad commit 3a49df8
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ node_modules
deploy
*.tar.gz
.DS_Store
.vscode
4 changes: 4 additions & 0 deletions missalemeum/constants/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,10 @@
SANCTI_11_04C = 'sancti:11-04cc:4:r'
SANCTI_11_08 = 'sancti:11-08r:4:r'
SANCTI_11_09 = 'sancti:11-09:2:w' # Dedication of the Lateran Basilica in Rome
SANCTI_11_09C = 'sancti:11-09c:4:r' #
SANCTI_11_10 = 'sancti:11-10:3:w'
SANCTI_11_11 = 'sancti:11-11:3:w'
SANCTI_11_11C = 'sancti:11-11c:4:r' #
SANCTI_11_12 = 'sancti:11-12:3:r'
SANCTI_11_12PL = 'sancti:11-12pl:3:r'
SANCTI_11_13 = 'sancti:11-13:4:w'
Expand All @@ -894,9 +896,11 @@
SANCTI_11_21 = 'sancti:11-21:3:w'
SANCTI_11_22 = 'sancti:11-22:3:r'
SANCTI_11_23 = 'sancti:11-23:3:r'
SANCTI_11_23C = 'sancti:11-23c:4:r' #
SANCTI_11_24 = 'sancti:11-24:3:w'
SANCTI_11_25 = 'sancti:11-25:3:r'
SANCTI_11_26 = 'sancti:11-26:3:w'
SANCTI_11_26C = 'sancti:11-26c:4:r' #
SANCTI_11_29 = 'sancti:11-29r:4:r'
SANCTI_11_30 = 'sancti:11-30:2:r' # St. Andrew, Apostle

Expand Down
4 changes: 4 additions & 0 deletions missalemeum/constants/en/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,10 @@
constants.SANCTI_11_04C: 'Sts. Vitalis and Agricola, Martyrs',
constants.SANCTI_11_08: 'Four Holy Crowned Martyrs',
constants.SANCTI_11_09: 'Dedication of the Archbasilica of Our Holy Savior',
constants.SANCTI_11_09C: 'St. Theodore',
constants.SANCTI_11_10: 'St. Andrew Avellino',
constants.SANCTI_11_11: 'St. Martin of Tours',
constants.SANCTI_11_11C: 'St. Menna',
constants.SANCTI_11_12: 'St. Martin I',
constants.SANCTI_11_13: 'St. Didacus',
constants.SANCTI_11_14: 'St. Josaphat',
Expand All @@ -670,9 +672,11 @@
constants.SANCTI_11_21: 'Presentation of the Blessed Virgin Mary',
constants.SANCTI_11_22: 'St. Cecilia',
constants.SANCTI_11_23: 'St. Clement I',
constants.SANCTI_11_23C: 'St. Felicity',
constants.SANCTI_11_24: 'St. John of the Cross',
constants.SANCTI_11_25: 'St. Catherine of Alexandria',
constants.SANCTI_11_26: 'St. Sylvester',
constants.SANCTI_11_26C: 'St. Peter of Alexandria',
constants.SANCTI_11_29: 'St. Saturninus',
constants.SANCTI_11_30: 'St. Andrew',
constants.SANCTI_12_02: 'St. Vivian',
Expand Down
4 changes: 4 additions & 0 deletions missalemeum/constants/la/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,10 @@
constants.SANCTI_11_04C,
constants.SANCTI_11_08,
constants.SANCTI_11_09,
constants.SANCTI_11_09C,
constants.SANCTI_11_10,
constants.SANCTI_11_11,
constants.SANCTI_11_11C,
constants.SANCTI_11_12,
constants.SANCTI_11_13,
constants.SANCTI_11_14,
Expand All @@ -687,9 +689,11 @@
constants.SANCTI_11_21,
constants.SANCTI_11_22,
constants.SANCTI_11_23,
constants.SANCTI_11_23C,
constants.SANCTI_11_24,
constants.SANCTI_11_25,
constants.SANCTI_11_26,
constants.SANCTI_11_26C,
constants.SANCTI_11_29,
constants.SANCTI_11_30,
constants.SANCTI_12_02,
Expand Down
4 changes: 4 additions & 0 deletions missalemeum/constants/la/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,10 @@
constants.SANCTI_11_04C: 'Ss. Vitalis et Agricola, Martyres',
constants.SANCTI_11_08: 'Ss. Quatuor Coronatorum Martyrum',
constants.SANCTI_11_09: 'In Dedicatione Basilicæ Ss. Salvatoris',
constants.SANCTI_11_09C: 'S. Theodoro Mart.',
constants.SANCTI_11_10: 'S. Andreæ Avellini Confessoris',
constants.SANCTI_11_11: 'S. Martini Episcopi et Confessoris',
constants.SANCTI_11_11C: 'S. Menna Martyre',
constants.SANCTI_11_12: 'S. Martini Papæ et Martyris',
constants.SANCTI_11_12PL: 'Ss. Protomartyrum Poloniae',
constants.SANCTI_11_13: 'S. Didaci Confessoris',
Expand All @@ -701,9 +703,11 @@
constants.SANCTI_11_21: 'In Presentatione Beatæ Mariæ Virginis',
constants.SANCTI_11_22: 'S. Cæciliæ Virginis et Martyris',
constants.SANCTI_11_23: 'S. Clementis Papæ et Martyris',
constants.SANCTI_11_23C: 'S. Felicitate',
constants.SANCTI_11_24: 'S. Joannis a Cruce Confessoris et Ecclesiæ Doctoris',
constants.SANCTI_11_25: 'S. Catharinæ Virginis et Martyris',
constants.SANCTI_11_26: 'S. Silvesteri Abbatis et Confessoris',
constants.SANCTI_11_26C: 'S. Petro Alexandrino',
constants.SANCTI_11_29: 'S. Saturnini Martyris',
constants.SANCTI_11_30: 'S. Andreæ Apostoli',
constants.SANCTI_12_02: 'S. Bibianæ Virginis et Martyris',
Expand Down
6 changes: 6 additions & 0 deletions missalemeum/constants/pl/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
constants.SANCTI_05_30,
constants.SANCTI_05_31,
constants.SANCTI_05_31C,
constants.SANCTI_06_01,
constants.SANCTI_06_02,
constants.SANCTI_06_04,
constants.SANCTI_06_05,
Expand Down Expand Up @@ -291,9 +292,12 @@
constants.SANCTI_11_04C,
constants.SANCTI_11_08,
constants.SANCTI_11_09,
constants.SANCTI_11_09C,
constants.SANCTI_11_10,
constants.SANCTI_11_11,
constants.SANCTI_11_11C,
constants.SANCTI_11_12PL,
constants.SANCTI_11_13,
constants.SANCTI_11_13PL,
constants.SANCTI_11_14,
constants.SANCTI_11_15,
Expand All @@ -307,9 +311,11 @@
constants.SANCTI_11_21,
constants.SANCTI_11_22,
constants.SANCTI_11_23,
constants.SANCTI_11_23C,
constants.SANCTI_11_24,
constants.SANCTI_11_25,
constants.SANCTI_11_26,
constants.SANCTI_11_26C,
constants.SANCTI_11_29,
constants.SANCTI_11_30,
constants.SANCTI_12_02PL,
Expand Down
4 changes: 4 additions & 0 deletions missalemeum/constants/pl/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,10 @@
constants.SANCTI_11_04C: 'Śś. Witalisa i Agrykoli, Męczenników',
constants.SANCTI_11_08: 'Świętych Czterech Ukoronowanych Męczenników',
constants.SANCTI_11_09: 'Rocznica Konsekracji Bazyliki Najświętszego Zbawiciela na Lateranie',
constants.SANCTI_11_09C: 'Św. Teodora, Męczennika',
constants.SANCTI_11_10: 'Św. Andrzeja z Avellino, Wyznawcy',
constants.SANCTI_11_11: 'Św. Marcina, Biskupa i Wyznawcy',
constants.SANCTI_11_11C: 'Św. Mennasa, Męczennika',
constants.SANCTI_11_12: 'Św. Marcina I, Papieża i Męczennika',
constants.SANCTI_11_12PL: 'Śś. Benedykta, Jana, Mateusza, Izaaka i Krystyna, Męczenników',
constants.SANCTI_11_13: 'Św. Dydaka, Wyznawcy',
Expand All @@ -702,9 +704,11 @@
constants.SANCTI_11_21: 'Ofiarowanie N. M. P.',
constants.SANCTI_11_22: 'Św. Cecylii, Dziewicy i Męczennicy',
constants.SANCTI_11_23: 'Św. Klemensa I, Papieża i Męczennika',
constants.SANCTI_11_23C: 'Św. Felicyty, Męczennicy',
constants.SANCTI_11_24: 'Św. Jana od Krzyża, Wyznawcy i Doktora Kościoła',
constants.SANCTI_11_25: 'Św. Katarzyny, Dziewicy i Męczennicy',
constants.SANCTI_11_26: 'Św. Sylwestra, Opata',
constants.SANCTI_11_26C: 'Św. Piotra z Aleksandrii, Biskupa i Męczennika',
constants.SANCTI_11_29: 'Św. Saturnina, Męczennika',
constants.SANCTI_11_30: 'Św. Andrzeja, Apostoła',
constants.SANCTI_12_02: 'Św. Bibiany, Dziewicy i Męczennicy',
Expand Down
2 changes: 1 addition & 1 deletion resources/divinum-officium
Submodule divinum-officium updated 3916 files
Loading

0 comments on commit 3a49df8

Please sign in to comment.