-
Notifications
You must be signed in to change notification settings - Fork 186
[dicom_archive] Add Translation to Dicom_Archive #10001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| 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>; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, point to the correct namespace @SKADE2303
98a26fe to
8aae570
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@SKADE2303, please address comments. |


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)