Skip to content

Conversation

SKADE2303
Copy link
Collaborator

This PR is responsible for translating the module dicom_archive to different languages. Currently only 'Hindi' language is supported but other languages can be added as required.

Testing instructions (if applicable)

  1. Run 'make dev' to load changes
  2. Change language_preference to Hindi in my_preferences Tab
  3. Go to dicom_archive tab to see translated web page.

@github-actions github-actions bot added Language: Javascript PR or issue that update Javascript code Module: dicom_archive PR or issue related to dicom_archive module labels Sep 9, 2025
@SKADE2303 SKADE2303 added Event: GSOC PR or issue accepted for Google Summer of Code Multilingual Any tasks related to making LORIS multilingual labels Sep 9, 2025
@SKADE2303 SKADE2303 requested a review from racostas September 9, 2025 12:37
if (this.state.error) {
return <h3>An error occured while loading the page.</h3>;
return <h3>{t('An error occured while loading the page.',
{ns: 'dicom_archive'})}</h3>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't this from the loris namespace?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's there
image

Please, point to the correct namespace @SKADE2303

@racostas racostas added the State: Needs work PR awaiting additional work by the author to proceed label Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Event: GSOC PR or issue accepted for Google Summer of Code Language: Javascript PR or issue that update Javascript code Module: dicom_archive PR or issue related to dicom_archive module Multilingual Any tasks related to making LORIS multilingual State: Needs work PR awaiting additional work by the author to proceed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants