Skip to content

✨Complete Portuguese localization across UI (Marketplace, Clusters, Workloads)#2375

Open
arnavgogia20 wants to merge 5 commits intokubestellar:devfrom
arnavgogia20:feat/enhance-pt-localization
Open

✨Complete Portuguese localization across UI (Marketplace, Clusters, Workloads)#2375
arnavgogia20 wants to merge 5 commits intokubestellar:devfrom
arnavgogia20:feat/enhance-pt-localization

Conversation

@arnavgogia20
Copy link
Copy Markdown
Contributor

Summary

This PR completes the Portuguese localization for the KubeStellar UI by addressing missing translations and ensuring consistent language coverage across key sections of the application, with a primary focus on button labels and common UI text.


Before

Before applying this change — Portuguese locale showing missing / untranslated UI strings:

Screen.Recording.2026-01-13.at.9.56.05.AM.mov

Issues visible in the recording:

  • Action buttons still displayed in English
  • Incomplete translations across multiple sections
  • Mixed-language experience when Portuguese is selected

After

After applying this change — Fully localized Portuguese UI:

Screen.Recording.2026-01-13.at.2.12.29.PM.mov

Improvements visible in the recording:

  • All user-facing buttons translated
  • Consistent Portuguese text across sections
  • Clean and complete localization experience

Changes Made

  • Completed missing translations in strings.pt.json
  • Ensured full key parity with the English source
  • Localized button labels and common UI text across:
    • Marketplace
    • Cluster Import / Managed Clusters
    • Workloads
  • Verified JSON validity and followed existing i18n patterns

Verification

  • Application running locally at http://localhost:5173
  • Verified using Hot Module Replacement (npm run dev)
  • Switched language to Português
  • Manually reviewed Dashboard, Marketplace, Clusters, and Workloads

Related Issue

Closes #2368

…ters

Signed-off-by: arnavgogia20 <arnavgogia404@gmail.com>
@kubestellar-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign btwshivam for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubestellar-prow kubestellar-prow bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Jan 13, 2026
@kubestellar-prow kubestellar-prow bot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 13, 2026
@kubestellar-prow
Copy link
Copy Markdown

Hi @arnavgogia20. Thanks for your PR.

I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@Nupurshivani
Copy link
Copy Markdown
Contributor

/ok-to-test

@kubestellar-prow kubestellar-prow bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 13, 2026
@clubanderson
Copy link
Copy Markdown
Contributor

clubanderson commented Jan 13, 2026

/cc @dumb0002

can you review please?

@clubanderson clubanderson requested a review from dumb0002 January 13, 2026 14:49
@clubanderson clubanderson added the kind/documentation Categorizes issue or PR as related to documentation. label Jan 13, 2026
@clubanderson
Copy link
Copy Markdown
Contributor

❌ PR Title Verification Failed

Your PR title does not follow the required format.

Current title: Complete Portuguese localization across UI (Marketplace, Clusters, Workloads)

Required Format

PR titles must start with one of these emoji prefixes:

Emoji Meaning
⚠️ Breaking change
Non-breaking feature
🐛 Patch fix / Bug fix
📖 Documentation
🚀 Release
🌱 Infra/Tests/Other

How to Fix

Edit your PR title to start with the appropriate emoji. For example:

  • ✨ Add new feature for user authentication
  • 🐛 Fix crash when loading empty config
  • 📖 Update installation guide

You can edit the title by clicking the Edit button next to your PR title.


This comment was posted to help you fix the PR title format.

@arnavgogia20 arnavgogia20 changed the title Complete Portuguese localization across UI (Marketplace, Clusters, Workloads) ✨Complete Portuguese localization across UI (Marketplace, Clusters, Workloads) Jan 15, 2026
@arnavgogia20
Copy link
Copy Markdown
Contributor Author

@oksaumya @btwshivam, you may pls review the PR

Signed-off-by: Arnav Gogia <arnavgogia404@gmail.com>
@arnavgogia20
Copy link
Copy Markdown
Contributor Author

Hii @dumb0002 can you please review this PR as i have fixed the playwright checks aswell.....thankyouu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. frontend kind/documentation Categorizes issue or PR as related to documentation. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Portuguese locale renders mostly English content instead of localized text

3 participants