dotnet / dotnet/command-line-api

[NETSDKE2E][Loc]With .NET8 preview RC2 installed on Loc OS, the string "description" is not localized in help text in CLI.

Open
#2,273 3 comments 0 reactions 1 assignee Claimed by @marcpopMSFT View on GitHub
Dominant language
C#
Stars
3.7k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

1. install NET8 RC2 SDK: 8.0.100-rc.2.23456.6(runtime- 8.0.0-rc.2.23431.9)
2.Run “dotnet build --help” in CLI.
3.Check if output contents are localized well.

All strings are localized well.

The string "description" are not localized.

German:
![image](https://github.com/dotnet/sdk/assets/65637796/4e824e2a-8bca-4229-8e9e-ab9d560fadb6)

Chinese:
![image](https://github.com/dotnet/sdk/assets/65637796/adea738b-7e6a-4401-a136-55e606303889)

English:
![image](https://github.com/dotnet/sdk/assets/65637796/0ff7c723-5330-499c-be16-e5bac15ae488)

Note:
in all help text, the string "description" is unlocalized. e.g: dotnet workload clean --help
![image](https://github.com/dotnet/sdk/assets/65637796/2229a603-a494-46df-9f38-89b1790a0c60)

dotnet --info:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.