diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 21:56:44 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 21:56:44 +0200 |
| commit | 1ab07867b425cfa8da207b904a297df29b1b177a (patch) | |
| tree | 10342a28cded44e8895ac9dd0a507357bb20f43e /internal/config/config.go | |
| parent | 8a7839cad92a264d68635e4c853347d763b8e457 (diff) | |
| download | lectio-1ab07867b425cfa8da207b904a297df29b1b177a.tar.gz lectio-1ab07867b425cfa8da207b904a297df29b1b177a.zip | |
i18n: localize remaining web UI chrome (nav, bookmarks, settings)
The web nav links (settings, bookmarks, home), the /reader bookmark-add
form placeholders and button, the /bookmarks filter/empty/delete labels,
and every /settings field label were hardcoded English and stayed English
under ui_language=pl. Route them all through i18n (en/pl) so the Polish UI
is fully localized. No server.go change: every page's data already carries
L: i18n.Get(cfg.UILanguage).
Diffstat (limited to 'internal/config/config.go')
| -rw-r--r-- | internal/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index f4c9fc8..e2ea0d3 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -25,7 +25,7 @@ var seedTOML []byte // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.24.0" +const Version = "0.24.1" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
