full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
I18n screen
This PR introduces internationalization (i18n) to the login flow, including:
A translated LoginForm component with validation messages
A reusable LanguageSwitcher component
French and English translation files
Translation keys follow feature:component.element convention
Backend API expects Accept-Language header (will handle in #123)
Missing translations logged to console in dev mode