Commit Graph

7 Commits

Author SHA1 Message Date
sujucu70
a5bc02c6bd Merge pull request #1 from sujucu70/claude/add-english-language-1N9VX
Add English language support with i18n implementation
2026-02-06 18:49:20 +01:00
Claude
f719d181c0 Add English language support with i18n implementation
Implemented comprehensive internationalization (i18n) for both frontend and backend:

Frontend:
- Added react-i18next configuration with Spanish (default) and English
- Created translation files (locales/es.json, locales/en.json)
- Refactored core components to use i18n: LoginPage, DashboardHeader, DataUploader
- Created LanguageSelector component with toggle between ES/EN
- Updated API client to send Accept-Language header

Backend:
- Created i18n module with translation dictionary for error messages
- Updated security.py to return localized authentication errors
- Updated api/analysis.py to return localized validation errors
- Implemented language detection from Accept-Language header

Spanish remains the default language ensuring backward compatibility.
Users can switch between languages using the language selector in the dashboard header.

https://claude.ai/code/session_1N9VX
2026-02-06 17:46:01 +00:00
sujucu70
9457d3d02f Change default title in DashboardHeader component 2026-02-04 12:51:32 +01:00
sujucu70
7470d44c44 Change default title in DashboardTabs component 2026-02-04 12:50:51 +01:00
sujucu70
ce09d66fed Change header title from 'AIR EUROPA' to 'CLIENTE DEMO' 2026-02-04 12:48:30 +01:00
sujucu70
3ef6417dfc feat: Anonimización inicial a ACME Demo 2026-02-04 11:40:20 +01:00
sujucu70
1bb0765766 Initial commit - ACME demo version 2026-02-04 11:08:21 +01:00