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.
- 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:

Chinese:

English:

Note:
in all help text, the string "description" is unlocalized. e.g: dotnet workload clean --help

dotnet --info:
Contributor guide
Assessment
This issue has not been assessed yet.