diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-03 23:39:49 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-03 23:39:49 +0200 |
| commit | 14c4540d3f06299bf65d74ea864ae7c6c4c33f72 (patch) | |
| tree | 396bbb80e9f342e6f8dc1a15faf56c93d3a0ecd0 /internal/i18n/i18n.go | |
| parent | da1818a73de736dffd1580137352c32bea81be8c (diff) | |
| download | lectio-14c4540d3f06299bf65d74ea864ae7c6c4c33f72.tar.gz lectio-14c4540d3f06299bf65d74ea864ae7c6c4c33f72.zip | |
i18n: drop the colour word table, it has no consumer
Diffstat (limited to 'internal/i18n/i18n.go')
| -rw-r--r-- | internal/i18n/i18n.go | 6 |
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). |
