Skip to content

Translate dataset processing title across all locales - #794

Open
Creylay wants to merge 1 commit into
developfrom
fix/dataset-processing-title-i18n
Open

Translate dataset processing title across all locales#794
Creylay wants to merge 1 commit into
developfrom
fix/dataset-processing-title-i18n

Conversation

@Creylay

@Creylay Creylay commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

The "Processing your dataset..." title shown while a dataset is being processed was hardcoded in English directly in the JSX, so it never changed with the app's locale, even though the subtitle right below it was already translated. Added the missing translation key across all supported locales and wired the component to use it.


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • DashAI/front/src/components/DatasetVisualization.jsx: replaced the hadataset..."string witht("datasets:label.processingTitle")`.
  • DashAI/front/src/utils/i18n/locales/{en,es,de,pt,zh}/datasets.json: added the label.processingTitle key with its translation for each locale.

Testing (optional)

  • Switched the app language and uploaded a new dataset to confirm the proper locale.

@Creylay
Creylay requested a review from Irozuku August 4, 2026 22:17
@Creylay
Creylay changed the base branch from production to develop August 4, 2026 22:19
@Creylay
Creylay removed the request for review from Irozuku August 4, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant