Skip to content

Conversation

@zyzzmohit
Copy link

Fixes #2313.

Translates the User Interface to Hindi (hi).

  • Synchronized missing keys from English
  • Translated UI components (Navigation, Marketplace, Visualizations)
  • Verification: Passed local-sync-check and format:check

alokdangre and others added 30 commits August 14, 2025 15:23
… component (kubestellar#1771)

* Fix debug log indentation and update showLogs prop based on onboarding status in ImportClusters component

Signed-off-by: alokdangre <[email protected]>

* Fix indentation in debug log comment in ImportClusters component

---------

Signed-off-by: alokdangre <[email protected]>
…stellar#1690)

* fixes in filter

* optimise-filter

* added check for sync
…d components (kubestellar#1548)

* chore: update version references to 0.28.0 across backend and frontend components

Signed-off-by: arpit529srivastava <[email protected]>

* chore: update documentation links to point to the latest version across frontend components

Signed-off-by: arpit529srivastava <[email protected]>

* chore: downgrade default version to 0.27.2 in WDS context creation

Signed-off-by: arpit529srivastava <[email protected]>

* chore: update script command to use version 0.27.2 in InstallationPage

Signed-off-by: arpit529srivastava <[email protected]>

* fixed link

Signed-off-by: arpit529srivastava <[email protected]>

---------

Signed-off-by: arpit529srivastava <[email protected]>
* enable prometheus server and grafana dashboard

* add grafana dashboard in ui

* add grafana menu

* fix format issue

* fix format issue

* add translations

* fix format issue

* fix linting
…on (kubestellar#1732)

* refactor(installer): improve prerequisite checks and version extraction

- Introduce CheckCommand() to verify binaries exist before running
- Separate args (for existence check) and versionArgs (for version extraction)
- In checkPrerequisite():
  • Use LookPath to distinguish “not installed” vs “installed but errored”
  • Always capture CombinedOutput (ignore exit code) so we can parse version even on runtime errors
- Update extractors for Kubeflex and clusteradm:
  • Regex now matches core semver (x.y.z) and ignores suffixes (e.g. a2f9eab or -0-g…)
- Normalize all extractor functions to strip leading “v” and trim whitespace
- Alias amd64/x86_64 in checkArchitecture to avoid false incompatibility
- Guard sysctl checks behind a simple “docker run busybox echo” test
- Cosmetic: rename prereq struct fields (args vs versionArgs) for clarity

Closes: n/a

* fix(installer): update prerequisite check to mark command as installed if it exists

* fix(installer): handle command failure in prerequisite check by returning unknown version

Signed-off-by: Alok Dangre <[email protected]>

* fixed error

---------

Signed-off-by: Alok Dangre <[email protected]>
…ubestellar#1842)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.18.4 to 3.18.5.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.18.4...v3.18.5)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kubestellar#1854)

* Add the documentation for installating the plugin from the local

* Remove doc
* remove plugin api test

* fix id error. rename old id to new installedid

* fix: Install Now button is clickable

* fix: prettier error
…nnecessary timeout (kubestellar#1850)

* refactor onboarding process: improve completion handling and remove unnecessary timeout

* remove unnecessary debug log statement from onboarding process
…#1843)

* Update

Signed-off-by: adity1raut <[email protected]>

* Update Bug

Signed-off-by: adity1raut <[email protected]>

---------

Signed-off-by: adity1raut <[email protected]>
…kubestellar#1873)

* refactor: switching installed_plugin_id to plugin_details_id (global identification of plugins)

* refactor: plugin feedback submission

* chore: fixing the suggestions field

* test: update test API only
* feat: add DB auto migration

* chore: handle auto-migrating failing errors
* added Missing Translation

* added Missing Translation for hindi

* Lowercase the Grafana
…ellar#1876)

* fix: marketplace upload error when same plugin is already installed

* fix: add missing argument IsMarketPlacePlugin

* fix wrong comment in latest up migration

* add is_marketplace_plugin in json type for model
I was testing the ui-plugins 

I just cloned the ui-plugins in ks/ui so adding in .gitignore so by mistake i can't commit it
…estellar#1883)

* added Missing Translation

* added Missing Translation for hindi

* fixed z-index for collapse menu

* Fixes commit issue
…ster component (kubestellar#1871)

* feat: implement drag-and-drop file upload for kubeconfig in ImportCluster component

- Added drag-and-drop functionality to the KubeconfigImportTab for improved user experience.
- Introduced state management for drag events and updated UI styles based on drag state.
- Refactored file selection logic to handle both drag-and-drop and file input methods.
- Enhanced visual feedback during file upload process.

* refactor: streamline background color logic in KubeconfigImportTab component

- Simplified the conditional logic for setting the background color based on drag state and theme.
- Improved code readability by reducing line count and enhancing structure.

* feat: add snackbar notifications for file upload status in KubeconfigImportTab

- Introduced snackbar notifications to inform users of successful or failed file uploads.
- Enhanced file selection logic to validate file types and provide appropriate feedback.
- Updated component props to include snackbar handling functionality.

* feat: enhance kubeconfig file handling in ImportCluster component

- Added YAML parsing functionality to handle kubeconfig file uploads.
- Implemented error handling for file reading and parsing, providing user feedback via snackbar notifications.
- Updated UI to display parsed kubeconfig information, including clusters, users, and contexts.
- Improved file selection logic to reset state on invalid file types.

* refactor: improve code formatting and readability in KubeconfigImportTab

- Enhanced code structure by formatting conditional statements and JSX elements for better readability.
- Consolidated error message display and component properties for improved clarity.
- Maintained existing functionality while streamlining the visual presentation of parsed kubeconfig data.

* refactor: enhance type safety and error handling in KubeconfigImportTab

- Introduced strong typing for kubeconfig components, improving code clarity and maintainability.
- Updated error handling to provide more informative messages during file parsing failures.
- Refactored state management for parsed kubeconfig to utilize the new type definitions.
…r#1864)

* Changed Pods health to return data from specfic context

* Format check

* Added Aggregare Pod Health
* Fixed Binding Policy

* Fixes Workload issue in binding policy

* Formating the code

* Apply suggestion from @Copilot

The magic number 4 should be defined as a named constant (e.g., expectedWorkloadParts = 4) to make the code more self-documenting and easier to maintain.

Co-authored-by: Copilot <[email protected]>

* Update backend/wds/bp/handlers.go

Co-authored-by: Copilot <[email protected]>

* Update backend/wds/bp/handlers.go

Co-authored-by: Copilot <[email protected]>

* fixes checks

---------

Co-authored-by: Copilot <[email protected]>
* Resource to Object Explorer

* Fixes
@kubestellar-prow kubestellar-prow bot added the dco-signoff: no Indicates the PR's author has not signed the DCO. label Jan 14, 2026
@kubestellar-prow
Copy link

[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 onkar717 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 needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 14, 2026
@kubestellar-prow
Copy link

PR needs rebase.

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.

@github-actions
Copy link
Contributor

Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request.

Before your PR can be merged, please ensure:

DCO Sign-off - All commits must be signed off with git commit -s to certify the Developer Certificate of Origin

PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), ⚠️ (breaking change)

Getting Started with KubeStellar:

Contributor Resources:


🌟 Help KubeStellar Grow - We Need Adopters!

Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes:

📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction!


A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack!

@kubestellar-prow kubestellar-prow bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 14, 2026
@kubestellar-prow
Copy link

Hi @zyzzmohit. 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.

@kubestellar-prow kubestellar-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 14, 2026
@github-actions github-actions bot added documentation Improvements or additions to documentation backend Issues or PRs related to the low-level API machinery for KubeStellar frontend other docker ci config wds tests helm and removed 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 14, 2026
@zyzzmohit zyzzmohit force-pushed the fix/hindi-translations branch from 4236a88 to 1bac2b5 Compare January 14, 2026 10:58
@kubestellar-prow
Copy link

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

📝 Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

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. I understand the commands that are listed here.

@kubestellar-prow kubestellar-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 14, 2026
@clubanderson
Copy link
Contributor

@zyzzmohit you have over 680 files in this pr that are unrelated to Hindi. Also, if you are not a native speaker, we do not accept GPT translations

@github-project-automation github-project-automation bot moved this from In Progress to Done in KubeStellar UI Project Jan 14, 2026
@zyzzmohit
Copy link
Author

Understood @clubanderson. I appreciate the strict quality control. I will ensure only natively verified translations are submitted in the future. Thanks for the review.

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

Labels

backend Issues or PRs related to the low-level API machinery for KubeStellar ci config dco-signoff: no Indicates the PR's author has not signed the DCO. docker documentation Improvements or additions to documentation frontend helm needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. other size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. tests wds

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.