You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locale filtering on blog index: Removed resolveLocale() which always returned 'en' due to duplicate config keys. All 6 controller methods (index, show, category, tag, seriesIndex, series) now use the URL locale directly, so a post with only a French translation correctly appears on /fr/blog and not on /en/blog (and vice versa).
✅ Tests
1082 tests passing (3246 assertions) — 5 new tests covering French-only/English-only/bilingual post visibility on localized indexes.