Skip to content

Commit

Permalink
Adding colon after Commemoratio DivinumOfficium#3465
Browse files Browse the repository at this point in the history
Grammatical correction; no colon for Latin && Sancti only
  • Loading branch information
FAJ-Munich committed Dec 6, 2023
1 parent 845717a commit 46eb4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/cgi-bin/horas/specials.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ sub getcommemoratio {
if (!$v) { $v = 'versus missing'; }
postprocess_vr($v, $lang);
our %prayers;
my $w = "!" . &translate("Commemoratio", $lang);
my $w = "!" . &translate("Commemoratio", $lang) . (($lang !~ /latin/i || $wday =~ /tempora/i) ? ':' : ''); # Adding : except for Latin Sancti which are in Genetiv
$a =~ s/\s*\*\s*/ / unless ($version =~ /Monastic/i);
$o =~ s/^(?:v. )?/v. /;
$w .= " $rank[0]\nAnt. $a\n_\n$v\n_\n\$Oremus\n$o\n";
Expand Down
2 changes: 1 addition & 1 deletion web/www/horas/English/Psalterium/Translate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Divine Office
After

[Commemoratio]
Commemoration:
Commemoration

[Antiphona]
Antiphon
Expand Down

0 comments on commit 46eb4b5

Please sign in to comment.