diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 21:15:10 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-29 21:15:10 +0200 |
| commit | a688f064da4dd466eaa961645a140585a2c9fdd4 (patch) | |
| tree | 11a3ddbde1a60649376d3f20cb0480a74a29e665 /internal/i18n/i18n.go | |
| parent | 714a0b669409e35f67ae2ad9fe6a8452e93e44d9 (diff) | |
| download | lectio-0.45.1.tar.gz lectio-0.45.1.zip | |
calendar: name the liturgical form fully in the printed title; v0.45.1v0.45.1
The exported month calendar's title showed the terse dropdown word
("August 2026 — traditional"). Spell the form out: "traditional roman
calendar" / "novus ordo calendar". Add dedicated i18n labels
CalModern/CalTraditional (translatable like the rest of the chrome; pl =
"kalendarz Novus Ordo" / "tradycyjny kalendarz rzymski") rather than
overloading the short OptModern/OptTraditional the settings dropdown uses.
Bump version to 0.45.1.
Diffstat (limited to 'internal/i18n/i18n.go')
| -rw-r--r-- | internal/i18n/i18n.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/i18n/i18n.go b/internal/i18n/i18n.go index 1589476..fece4a8 100644 --- a/internal/i18n/i18n.go +++ b/internal/i18n/i18n.go @@ -51,6 +51,11 @@ type UI struct { // exported calendar's title. Months [12]string + // CalModern/CalTraditional name the liturgical form in the exported month + // calendar's title -- the full "novus ordo calendar" / "traditional roman + // calendar", fuller than the short OptModern/OptTraditional dropdown labels. + CalModern, CalTraditional string + // Web control labels. Lectionary, OptModern, OptTraditional string Parts, OptGospel, OptAll string |
