Skip to content

Add multi-language (i18n) support to frontend#186

Merged
dev-fatima-24 merged 6 commits into
dev-fatima-24:mainfrom
Sundriveauto:main
Apr 27, 2026
Merged

Add multi-language (i18n) support to frontend#186
dev-fatima-24 merged 6 commits into
dev-fatima-24:mainfrom
Sundriveauto:main

Conversation

@Sundriveauto
Copy link
Copy Markdown
Contributor

Closes #117

Description
Healthcare applications serve diverse populations. English-only UI is a barrier for patients and issuers in non-English-speaking regions.

Acceptance Criteria
react-i18next integrated
English and at least one additional language (e.g., French or Spanish) supported
All user-facing strings externalized to translation files
Language selector in the UI header
Selected language persisted in localStorage
Priority: Low | Effort: Medium

- Integrate i18next + react-i18next
- Add EN/FR translation files (src/locales/)
- Externalize all user-facing strings via t() calls
- Add LanguageSelector component in nav header
- Persist selected language to localStorage
feat: add react-i18next with English and French support
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 27, 2026

@Sundriveauto Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

- Add schemas.py with typed models for all endpoints
- Document auth requirements (Bearer JWT) on analytics routes
- Document batch/verify input limits (max 100), error responses
- /docs (Swagger UI) and /redoc available out of the box
feat: add Pydantic response models and OpenAPI docs to analytics service
@dev-fatima-24 dev-fatima-24 merged commit bd8d9ea into dev-fatima-24:main Apr 27, 2026
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add multi-language (i18n) support to frontend

2 participants