aboutsummaryrefslogtreecommitdiff
path: root/internal/i18n/i18n.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/i18n/i18n.go')
-rw-r--r--internal/i18n/i18n.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/i18n/i18n.go b/internal/i18n/i18n.go
index 3928da8..356cc66 100644
--- a/internal/i18n/i18n.go
+++ b/internal/i18n/i18n.go
@@ -30,12 +30,6 @@ type UI struct {
// by the dlectio app's day banner and calendar rows.
Rank map[string]string
- // Colour names each normalized liturgical colour, keyed by the string form
- // of calendar.Colour (white, red, green, violet, rose, black). Rendered by
- // the CLI's day header only -- the dlectio app draws a coloured swatch
- // instead and deliberately shows no colour word.
- Colour map[string]string
-
// TUI keybar and status messages. NoReadingsFor and ErrorPrefix each
// carry their own single trailing space (the TUI concatenates a date or
// error string directly onto them, no separator added at the call site).