Skip to content

[i18n] Implement Full Platform Translation (Hindi/Bengali) Across All Pages - SSoC#135

Open
rhalbhavi wants to merge 75 commits into
jpdevhub:mainfrom
rhalbhavi:feat/fix-build-and-i18n-setup
Open

[i18n] Implement Full Platform Translation (Hindi/Bengali) Across All Pages - SSoC#135
rhalbhavi wants to merge 75 commits into
jpdevhub:mainfrom
rhalbhavi:feat/fix-build-and-i18n-setup

Conversation

@rhalbhavi

Copy link
Copy Markdown
Contributor

Description

Fixes #94

Tasks
Audited all pages in src/pages/ and components in src/components/.
Replaced all hardcoded English text strings with the t('key') function from useTranslation().
Added the corresponding translation keys and values to the Hindi (hi.json), Bengali (bn.json), and English (en.json) translation dictionaries in src/i18n/locales/.
Ensured dynamic text (like error messages and API responses) is also handled gracefully.
Made sure it didn't delete the new GRADCAM features, etc.

Screenshot from 2026-06-23 15-38-05

Checklist

  • npm run lint passes with no errors
  • npm run build compiles without TypeScript errors
  • python -m pytest passes (including new tests I added)
  • No .env files, API keys, secrets, model weights, or __pycache__ in this diff
  • Branch is rebased on main, not merged

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

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

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@rhalbhavi, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 54 minutes and 47 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c8b28737-9397-4fc5-b821-fecdf9746eb9

📥 Commits

Reviewing files that changed from the base of the PR and between 3f1987d and 30947af.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (36)
  • .eslintrc.cjs
  • .github/workflows/ci.yml
  • README.md
  • eslint.config.js
  • index.html
  • package.json
  • src/App.tsx
  • src/components/BottomNav.tsx
  • src/components/Footer.tsx
  • src/components/InstallPrompt.tsx
  • src/components/Layout.tsx
  • src/components/Navbar.tsx
  • src/components/OnboardingTour.tsx
  • src/components/PostHogPageView.tsx
  • src/fusionInference.js
  • src/i18n.ts
  • src/i18n/i18n.ts
  • src/i18n/index.ts
  • src/i18n/locales/bn.json
  • src/i18n/locales/en.json
  • src/i18n/locales/hi.json
  • src/lib/api.ts
  • src/main.tsx
  • src/pages/AnalysisDashboard.tsx
  • src/pages/AuthPage.tsx
  • src/pages/LandingPage.tsx
  • src/pages/Leaderboard.tsx
  • src/pages/MarketMapPage.tsx
  • src/pages/ModeSelectPage.tsx
  • src/pages/NotFound.tsx
  • src/pages/PublicReport.tsx
  • src/pages/ResultsPage.tsx
  • src/pages/ScannerPage.tsx
  • tsconfig.app.json
  • tsconfig.node.json
  • vite.config.ts

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: Invalid input: expected object, received boolean at "reviews.auto_review"
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

[i18n] Implement Full Platform Translation (Hindi/Bengali) Across All Pages

1 participant