🐛 Bug Fixes
- 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/blogand 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.