[i18n] Implement Full Platform Translation (Hindi/Bengali) Across All Pages - SSoC#135
[i18n] Implement Full Platform Translation (Hindi/Bengali) Across All Pages - SSoC#135rhalbhavi wants to merge 75 commits into
Conversation
|
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. |
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (36)
Warning
|
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.
Checklist
npm run lintpasses with no errorsnpm run buildcompiles without TypeScript errorspython -m pytestpasses (including new tests I added).envfiles, API keys, secrets, model weights, or__pycache__in this diffmain, not merged