Polyglot v1.12.0 Summary
This release focused on redirect handling improvements and community contributions:
- Anchor tag preservation - Redirect URLs now properly preserve anchor tags (PR #275)
- Sublanguage redirect support - redirect_from frontmatter now correctly scopes across sublanguages, preventing duplicate redirects for non-default
language pages (PR #293) - Fallback page detection - New page.rendered_lang liquid variable lets you detect when a page is rendered as a fallback (when page.rendered_lang !=
site.active_lang) (PR #283) - New languages - Added Italian and Turkish language support to the documentation site (PR #280)
- Rich text improvements - Updated sidebar definitions (PR #277) and Japanese rich text strings (PR #288)