-
Notifications
You must be signed in to change notification settings - Fork 186
[survey_accounts] Translate survey accounts #10014
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
racostas
left a comment
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.
a79c0e3 to
6a0f952
Compare
racostas
left a comment
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.
racostas
left a comment
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.
| break; | ||
| case 'Instrument': | ||
| case t('Instrument', {ns: 'survey_accounts'}): | ||
| result = <td>{this.state.data.fieldOptions.instruments[cell]}</td>; |
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.
This should be in loris ns
|
@SKADE2303 please address comments. |



This PR is responsible for translating the module survey_accounts to different languages. Currently only 'Hindi' language is supported but other languages can be added as required.
Testing instructions (if applicable)