diff options
Diffstat (limited to 'internal/liturgy')
| -rw-r--r-- | internal/liturgy/section.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/liturgy/section.go b/internal/liturgy/section.go index dcca7b5..485a45f 100644 --- a/internal/liturgy/section.go +++ b/internal/liturgy/section.go @@ -33,4 +33,9 @@ type DayInfo struct { // Colour is the normalized liturgical colour: "white", "green", // "violet", "red", "rose", or "" when unknown/unmapped. Colour string + // Rank is the normalized liturgical rank of the observed celebration: + // the Ordinary Form's "ferial", "optional", "memorial", "feast", + // "solemnity", or the 1962 form's "class-1".."class-4", + // "commemoration". Empty when the day carries no rank. + Rank string } |
