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/golden_test.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/golden_test.go')
| -rw-r--r-- | internal/i18n/golden_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/i18n/golden_test.go b/internal/i18n/golden_test.go index b3ad125..d07d20a 100644 --- a/internal/i18n/golden_test.go +++ b/internal/i18n/golden_test.go @@ -30,10 +30,6 @@ var enUI = UI{ "class-3": "III class", "class-4": "IV class", "commemoration": "commemoration", }, - Colour: map[string]string{ - "white": "white", "red": "red", "green": "green", - "violet": "violet", "rose": "rose", "black": "black", - }, FooterKeys: "tab/⇧tab version ←/→ day d date j/k scroll space/b page g/G top/bottom q quit", Loading: "loading…", NoReadingsFor: "no readings for ", @@ -130,10 +126,6 @@ var plUI = UI{ "class-3": "III klasy", "class-4": "IV klasy", "commemoration": "komemoracja", }, - Colour: map[string]string{ - "white": "biały", "red": "czerwony", "green": "zielony", - "violet": "fioletowy", "rose": "różowy", "black": "czarny", - }, FooterKeys: "tab/⇧tab wersja ←/→ dzień d data j/k przewiń spacja/b strona g/G góra/dół q wyjście", Loading: "ładowanie…", NoReadingsFor: "brak czytań na ", |
