-
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.
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
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
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)