Localize category labels in blog menus.

This commit is contained in:
2026-07-24 09:20:12 +02:00
parent 7a3c5683e7
commit c187108f89
3 changed files with 60 additions and 9 deletions

View File

@@ -229,6 +229,12 @@ invariant CategoryArchiveTitleLanguage {
-- category name.
}
invariant CategoryMenuTitleLanguage {
-- A category-archive menu item uses the title configured for its render
-- language at every nesting level. A missing title falls back to the menu
-- item's persisted label.
}
invariant SharedRenderPathForPreviewAndGeneration {
-- Preview and generation produce identical HTML for the same input because
-- both build assigns through this subsystem and render via the same Liquid