Skip to content

Clean up the dotnet --info workloads messaging to be more consistent and localizable #50068

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcpopMSFT
Copy link
Member

Clean up the ShouldInstallAWorkloadSet message to better fit with the prior WorkloadManifestInstallationConfigurationWorkloadSets message.

Clean up the prior message as it was combinging works in a way that's challenging for translators.

Allow loose manifests to be translated but not workload sets.

… prior WorkloadManifestInstallationConfigurationWorkloadSets message.

Clean up the prior message as it was combinging works in a way that's challenging for translators.

Allow loose manifests to be translated but not workload sets.
@Copilot Copilot AI review requested due to automatic review settings August 5, 2025 23:32
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the localization and messaging consistency for dotnet --info workload configuration. The changes split a generic parameterized message into two specific messages and update the corresponding source strings to better support translation workflows.

  • Split the generic "WorkloadManifestInstallationConfiguration" message into separate messages for workload sets and loose manifests
  • Updated the "ShouldInstallAWorkloadSet" message to be more direct and clear
  • Modified the code to use the new specific message strings instead of string formatting

Reviewed Changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

File Description
CliCommandStrings.resx Replaced parameterized message with two specific messages and updated workload set installation message
WorkloadCommandParser.cs Updated code to use specific message strings instead of string formatting
Multiple .xlf files Updated localization files with new message keys and marked translations for review

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