aboutsummaryrefslogtreecommitdiff
path: root/internal/i18n/vocab_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/i18n/vocab_test.go')
-rw-r--r--internal/i18n/vocab_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/i18n/vocab_test.go b/internal/i18n/vocab_test.go
index 97c09d6..d0fd603 100644
--- a/internal/i18n/vocab_test.go
+++ b/internal/i18n/vocab_test.go
@@ -12,7 +12,7 @@ import (
func TestVocabularyCoversEveryConstant(t *testing.T) {
ranks := []calendar.Rank{
calendar.RankFerial, calendar.RankOptional, calendar.RankMemorial,
- calendar.RankFeast, calendar.RankSolemnity,
+ calendar.RankFeast, calendar.RankSolemnity, calendar.RankSunday,
calendar.RankClass1, calendar.RankClass2, calendar.RankClass3,
calendar.RankClass4, calendar.RankCommemoration,
}
@@ -31,7 +31,7 @@ func TestVocabularyCoversEveryConstant(t *testing.T) {
func TestEnglishRankWordingUnchanged(t *testing.T) {
want := map[string]string{
"solemnity": "solemnity", "feast": "feast", "memorial": "memorial",
- "optional": "optional memorial", "ferial": "feria",
+ "optional": "optional memorial", "ferial": "feria", "sunday": "Sunday",
"class-1": "I class", "class-2": "II class",
"class-3": "III class", "class-4": "IV class",
"commemoration": "commemoration",
@@ -53,7 +53,7 @@ func TestPolishRankWordingUnchanged(t *testing.T) {
want := map[string]string{
"solemnity": "uroczystość", "feast": "święto",
"memorial": "wspomnienie obowiązkowe", "optional": "wspomnienie dowolne",
- "ferial": "dzień powszedni",
+ "ferial": "dzień powszedni", "sunday": "niedziela",
"class-1": "I klasy", "class-2": "II klasy",
"class-3": "III klasy", "class-4": "IV klasy",
"commemoration": "komemoracja",