Skip to content

FE-03: Add multilingual localization support using react-i18nextAdd multilingual localization support#66

Open
prachishelke1312 wants to merge 1 commit into
jpdevhub:mainfrom
prachishelke1312:feature-i18n
Open

FE-03: Add multilingual localization support using react-i18nextAdd multilingual localization support#66
prachishelke1312 wants to merge 1 commit into
jpdevhub:mainfrom
prachishelke1312:feature-i18n

Conversation

@prachishelke1312
Copy link
Copy Markdown

Summary

Implemented multilingual localization support using react-i18next.

Changes Made

  • Added i18next and react-i18next dependencies
  • Created i18n configuration
  • Added English translations
  • Added Hindi translations
  • Added Bengali translations
  • Added language selector in Navbar
  • Connected i18n to React application

Files Added

  • src/i18n/index.ts
  • src/i18n/locales/en.json
  • src/i18n/locales/hi.json
  • src/i18n/locales/bn.json

Files Modified

  • src/main.tsx
  • src/components/Navbar.tsx

Fixes #7

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

@prachishelke1312 is attempting to deploy a commit to the karan3431's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

🎉 Thank you for your Pull Request! We're thrilled to have your contribution to FreshScan AI.

Before we review, please make sure you have:

  • Followed the CONTRIBUTING.md guidelines.
  • Ensured all automated CI checks (linting, tests) are passing.
  • Checked that your commit messages follow the Conventional Commits format.

A maintainer will review your code as soon as possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FE-03: Multi-Language Localization (i18n)

1 participant