[i18n] SSOC2026 - Implement Full Platform Translation (Hindi/Bengali) Across All Pages#115
[i18n] SSOC2026 - Implement Full Platform Translation (Hindi/Bengali) Across All Pages#115rhalbhavi wants to merge 78 commits into
Conversation
|
If failed i will see the issue you dont suppose to change the other files |
|
Please git fetch upstream and rebase your branch on the latest main, ensuring you do not overwrite the new features in ScannerPage.tsx and AnalysisDashboard.tsx And why are you deleting the messages from the channel ? what something happned previously ? |
@jpdevhub I've updated the branch to the latest - done |
|
Thank you for the i18n implementation! However, because your fork is very old, your PR accidentally downgrades React 19 to 18, Vite 8 to 5, and deletes our ESLint Flat Config. It also deletes our new Grad-CAM features. Please back up your translation files (en.json, hi.json, bn.json), do a completely fresh clone of main, and re-apply just the translation files and {t()} functions. We cannot merge a branch with downgraded package.json dependencies |
|
you are going completely wrong direction. Delete your branch from the github and clone it again and do a fresh commit and add the commit as git add . for all not individually. you can contact me personel in discord or any site |
|
You will be ban if this type of pr raised in any reputed or production repo |
|
Ok sure @jpdevhub will do that |
|
. |
|
Make a new pr |
|
@jpdevhub Okay |
@jpdevhub Done it |
Description
Closes Issue #94
This PR implements i18n translations for Hindi and Bengali across the entire application, including API errors and internet connection related errors.
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 mergedScreenshots
Hindi Translations
Mode Screen
Scanner Screen
Map Screen
Results Screen
Bengali Translations
Mode Select screen
Scanner screen
Map screen
Results screen
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes / Improvements
Chores
Documentation