summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 19:10:23 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 19:10:23 +0200
commita9faf42cfbb1c060ac69f703f0c78616656566cb (patch)
treea1b04d0b3a1493bf6d980546af48f1d38ebe2a7f /README.md
parent9100973576f87adcadaf6c8b331df7e729aeb117 (diff)
downloadlectio-a9faf42cfbb1c060ac69f703f0c78616656566cb.tar.gz
lectio-a9faf42cfbb1c060ac69f703f0c78616656566cb.zip
caldata: backfill Polish names for the whole OF universal sanctoral
Add name.pl to the 132 universal-calendar celebrations that lacked it, so all 212 now carry Polish names (was 80). They follow the existing liturgical style -- genitive case, "św. <name>, <title>" / "świętych ...", feast events in the genitive -- hand-curated from standard Polish nomenclature and keyed to each entry's name.en/name.la. Polish patrons use their Polish forms (Adalbert -> św. Wojciech, John of Kanty -> św. Jana Kantego, Hedwig -> św. Jadwigi Śląskiej). Verified: feast/solemnity saints render their Polish name as the day header, optional memorials appear as Polish options in the day's others.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3e17a29..5d51e44 100644
--- a/README.md
+++ b/README.md
@@ -341,11 +341,12 @@ just leaves the rest in English. The reading text stays in its source language
`internal/naming/lang/pl.ini` as a template: it maps weekdays, months, season
names, ordinals and a few format templates, so word order and grammatical case
can follow the target language.
-- **Saint names** live in the calendar data (`name.<lang>`). English and Latin
- are complete; Polish is partial. To supply or override a saint's name in your
- language, add a calendar layer (`~/.config/lectio/calendars/<layer>.ini`) with
- `name.<code> = …` entries and enable it via `use`. A name lectio lacks in your
- language falls back to English, then Latin, then the generated day name.
+- **Saint names** live in the calendar data (`name.<lang>`). English, Latin and
+ Polish are complete for the universal calendar. To supply or override a saint's
+ name in another language, add a calendar layer
+ (`~/.config/lectio/calendars/<layer>.ini`) with `name.<code> = …` entries and
+ enable it via `use`. A name lectio lacks in your language falls back to English,
+ then Latin, then the generated day name.
## License