diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 16:09:03 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-18 16:09:03 +0200 |
| commit | 2b71b638eca7ec924166b64f31585af8399a753f (patch) | |
| tree | f3f0358f39be0778e1149c0d38a6a1b38049cfd3 | |
| parent | a4e63f408f9fb22f9a4a458b6d97bebe9b8be747 (diff) | |
| download | clectio-2b71b638eca7ec924166b64f31585af8399a753f.tar.gz clectio-2b71b638eca7ec924166b64f31585af8399a753f.zip | |
gen: regenerate the EF tables -- RG 72's Christmas Time boundary
Christmas Time runs to 13 January inclusive, so 6-13 January is white, not
green. Eight days a year. Regenerated against lectio 27acee1.
Verified from a genuine EF build: 7, 11 and 13 January 2026 all read white,
and 14 January -- the first day that is really Time after Epiphany -- is
unaffected. The day NAMES are deliberately unchanged ("1st Sunday after
Epiphany" still), because lectio now separates the liturgical season from the
season that names things; only the colour moved.
| -rw-r--r-- | gen/liturgy_ef.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gen/liturgy_ef.h b/gen/liturgy_ef.h index 211bca6..45312b3 100644 --- a/gen/liturgy_ef.h +++ b/gen/liturgy_ef.h @@ -2113,12 +2113,12 @@ static const Day days[] = { {3,1,6,2}, {4,1,8,2}, {5,1,10,2}, - {6,0,12,2}, - {7,0,14,2}, - {8,0,16,2}, - {9,0,18,2}, - {10,0,20,2}, - {11,0,22,2}, + {6,1,12,2}, + {7,1,14,2}, + {8,1,16,2}, + {9,1,18,2}, + {10,1,20,2}, + {11,1,22,2}, {12,1,24,2}, {13,1,26,2}, {14,1,28,2}, @@ -2467,7 +2467,7 @@ static const Day days[] = { {355,1,710,2}, {356,1,712,2}, {357,1,714,2}, - {358,0,716,2}, + {358,1,716,2}, {359,0,718,2}, {360,2,720,2}, {361,1,722,2}, @@ -2560,7 +2560,7 @@ static const Day days[] = { {447,2,896,2}, {448,3,898,2}, {449,2,900,2}, - {6,0,902,2}, + {6,1,902,2}, {450,0,904,2}, {451,1,906,2}, {452,1,908,2}, @@ -2611,7 +2611,7 @@ static const Day days[] = { {493,0,998,2}, {494,3,1000,2}, {495,3,1002,2}, - {7,0,1004,2}, + {7,1,1004,2}, {496,0,1006,2}, {497,0,1008,2}, {498,0,1010,2}, @@ -2642,8 +2642,8 @@ static const Day days[] = { {515,0,1060,2}, {2,1,1062,2}, {3,1,1064,2}, - {8,0,1066,2}, - {9,0,1068,2}, + {8,1,1066,2}, + {9,1,1068,2}, {516,0,1070,2}, {517,0,1072,2}, {518,1,1074,2}, @@ -2670,12 +2670,12 @@ static const Day days[] = { {532,0,1116,2}, {533,0,1118,2}, {534,3,1120,2}, - {358,0,1122,2}, - {6,0,1124,2}, - {7,0,1126,2}, - {8,0,1128,2}, - {9,0,1130,2}, - {10,0,1132,2}, + {358,1,1122,2}, + {6,1,1124,2}, + {7,1,1126,2}, + {8,1,1128,2}, + {9,1,1130,2}, + {10,1,1132,2}, {17,0,1134,2}, {535,0,1136,2}, {43,0,1138,2}, @@ -2714,7 +2714,7 @@ static const Day days[] = { {356,1,1204,2}, {357,1,1206,2}, {1,1,1208,2}, - {10,0,1210,2}, + {10,1,1210,2}, {557,0,1212,2}, {558,1,1214,2}, {559,1,1216,2}, |
