whisper-money/app/Http/Middleware
Víctor Falcón 8a2343a6de feat(i18n): complete French translation, wire locale, make CI check optional for French
- Fills 9 keys missing from fr.json (AI categorization, billing, account
  deletion, and catch-all budget strings added to main after #532 branched)
  and repairs 25 entries whose Laravel :placeholders had been translated
  (e.g. :count -> :compte), which would break interpolation at runtime.
- Wires 'fr' into the SetLocale middleware allowlists and Accept-Language
  detection (the original PR left these at en/es, so fr was rejected), and
  drives the landing language switcher from LANGUAGE_OPTIONS.
- Generalizes LocalizationTest across locales: Spanish stays enforced, while
  French gaps mark the test incomplete (warn, exit 0) so an incomplete
  community translation never blocks CI. Adds SetLocaleTest.
2026-06-15 17:33:12 +01:00
..
BlockDemoAccountActions.php feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
EnsureOnboardingComplete.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
EnsureUserIsSubscribed.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
HandleAppearance.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00
HandleInertiaRequests.php fix(perf): batch feature flag resolution in shared Inertia data (#500) 2026-06-06 12:00:12 +02:00
SetLocale.php feat(i18n): complete French translation, wire locale, make CI check optional for French 2026-06-15 17:33:12 +01:00
SetSentryUser.php Add Sentry user context (#348) 2026-05-04 13:26:50 +01:00
TrackLastActiveAt.php feat(users): track last login and last active timestamps (#516) 2026-06-10 11:01:30 +02:00
WithoutSsr.php Disable SSR for dashboard routes and extract API routes (#19) 2025-12-08 19:21:48 +01:00