- Remove i18n configuration from next.config.js
- Update middleware to remove locale routing
- Simplify locale context to always return English
- Remove Italian translations from locale/index.ts (~1200 lines)
- Remove language switching button from header
- Update link helpers to remove locale prefixes from URLs
- Move API routes from api/[lang]/ to api/
- Update all pages to use DEFAULT_LOCALE instead of locale from context
- Simplify _app.tsx by removing LocaleProvider wrapper
Closes #4680
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
Removes Italian language support from the frontend codebase as requested in #4680.
Changes:
Closes #4680
Generated with Claude Code