-
Notifications
You must be signed in to change notification settings - Fork 186
[dataquery] Translate dataquery module #10048
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
d4f46da to
6d5c06b
Compare
| const breadcrumbs = [ | ||
| { | ||
| text: 'Data Query Tool (Beta)', | ||
| text: t('Data Query Tool (Beta', {ns: 'dataquery'}), |
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.
The closing bracket around "(Beta" seems to be missing.
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.
6d5c06b to
c815d86
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.
0481dcb to
8bfd4b7
Compare
8bfd4b7 to
8b0cbdc
Compare
|
@SKADE2303, please fix conflicts. |
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 screenshot contains 2 forgotten strings: Submit and Proceed

This shows forgotten and and or strings:

This shows a rendering issue that is now present in both languages:

I am unable to run a query or properly test the module because or major React errors in the console.
This PR has been pulled to test-dev-270.loris.ca







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