aboutsummaryrefslogtreecommitdiff
path: root/internal/i18n/golden_test.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-03 23:34:22 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-03 23:34:22 +0200
commitda1818a73de736dffd1580137352c32bea81be8c (patch)
tree3f17a87077189fe92641b60fbd124c9287c2dfe5 /internal/i18n/golden_test.go
parentd45d0b4e4534253d782cc6312d7edda43cca196d (diff)
downloadlectio-da1818a73de736dffd1580137352c32bea81be8c.tar.gz
lectio-da1818a73de736dffd1580137352c32bea81be8c.zip
i18n: rank and colour vocabulary tables
Diffstat (limited to 'internal/i18n/golden_test.go')
-rw-r--r--internal/i18n/golden_test.go23
1 files changed, 23 insertions, 0 deletions
diff --git a/internal/i18n/golden_test.go b/internal/i18n/golden_test.go
index 5a29097..b3ad125 100644
--- a/internal/i18n/golden_test.go
+++ b/internal/i18n/golden_test.go
@@ -23,6 +23,17 @@ var enUI = UI{
"aklamacja": "Acclamation",
"ewangelia": "Gospel",
},
+ Rank: map[string]string{
+ "solemnity": "solemnity", "feast": "feast", "memorial": "memorial",
+ "optional": "optional memorial", "ferial": "feria",
+ "class-1": "I class", "class-2": "II class",
+ "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 ",
@@ -111,6 +122,18 @@ var plUI = UI{
"aklamacja": "Aklamacja",
"ewangelia": "Ewangelia",
},
+ Rank: map[string]string{
+ "solemnity": "uroczystość", "feast": "święto",
+ "memorial": "wspomnienie obowiązkowe", "optional": "wspomnienie dowolne",
+ "ferial": "dzień powszedni",
+ "class-1": "I klasy", "class-2": "II klasy",
+ "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 ",