Skip to content

feat(i18n): finalize localization and fix TS compilation errors#1948

Merged
gopaljilab merged 2 commits into
gopaljilab:mainfrom
ArshVermaGit:issue-1452
Jun 26, 2026
Merged

feat(i18n): finalize localization and fix TS compilation errors#1948
gopaljilab merged 2 commits into
gopaljilab:mainfrom
ArshVermaGit:issue-1452

Conversation

@ArshVermaGit

Copy link
Copy Markdown
Contributor

This PR completes the i18n integration (Closes #1452) by applying translations to shared schemas, API routes, and client-side components. It also resolves a series of TypeScript errors and duplicate identifier bugs introduced during the controller extraction refactor. Specifically, it properly wires inline routes in assessments.routes.ts to their controller methods, fixes broken imports in ml.routes.ts and upload.routes.ts, and adds missing icons to AssessmentResult.tsx. The branch has been thoroughly checked with tsc and builds cleanly with zero errors, ensuring that future PRs can be merged without conflict.

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

@ArshVermaGit is attempting to deploy a commit to the gopaljilab's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc:approved level:intermediate Requires standard familiarity with the codebase. type:bug Something isn't working or throwing errors. type:feature New features, enhancements, or requests. labels Jun 26, 2026

@ArshVermaGit ArshVermaGit left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clinical-insight-engine Ready Ready Preview, Comment Jun 26, 2026 5:57pm

@gopaljilab gopaljilab merged commit 23145b8 into gopaljilab:main Jun 26, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved level:intermediate Requires standard familiarity with the codebase. type:bug Something isn't working or throwing errors. type:feature New features, enhancements, or requests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incomplete Internationalization (i18n) Implementation

2 participants