-
Notifications
You must be signed in to change notification settings - Fork 186
[electrophysiology_uploader] Translate electrophysiology uploader module #9988
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
|
@SKADE2303 Could you add the "Hindi" into raisinbread/RB_files/RB_language.sql and 0000-00-00-schema.sql? Thanks. |
|
@SKADE2303 do not add it to |
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.
Needs corrections yet.
| <TextboxElement | ||
| name='candID' | ||
| label='CandID' | ||
| label={t('CandID', {ns: 'loris'})} |
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 remmenber we're not longuer using CandID we are using "DCCID"
| swal.fire({ | ||
| title: 'Submission error!', | ||
| title: t('Submission error!', {ns: 'electrophysiology_uploader'}), | ||
| text: error, |
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.
There are already one Error: key in the loris.po I think we should use this one instead of creating a new one. Thanks.
This PR is responsible for translating the module media to different languages. Currently only 'Hindi' language is supported but other languages can be added as required.
Testing instructions (if applicable)