🌐URL-Prefix RoutingHandle locale-prefixed URLs (e.g. /en/about) seamlessly, with support for hiding the default locale prefix.
⚙️Context ModeKeep clean, un-prefixed URLs and manage the active locale via cookies, headers, or localStorage.
🔄Full SSR & SPA SupportDistinct, optimized paths for SSR (server: true) and client-only SPA (server: false) architectures.
⚡Zero-Cast React IntegrationState serialization prevents React Router type widening, avoiding messy "as LinguiState" assertions.
🛡️Built-in RedirectionAutomatic validation of locale prefixes with regional fallbacks (e.g. en-US -> en) and unlocalized asset exclusion.
📦Highly ConfigurablePluggable detector and persistence pipelines, support for standard sessions, and customizable cookies.