sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[NetSDKE2E][Loc]With .NET 7 rc1 installed, the texts in CLI are partly unlocalzied after running "dotnet workload search".

Open WenJunJi01 opened this issue 3 years ago • 2 comments

Description

The texts in CLI are partly unlocalzied after running "dotnet workload search".

Reproduction Steps

  1. Clean local OS.
  2. Install the standalone NET 7 X64 SDK : 7.0.100-rc.1.22424.4 (runtime-7.0.0-rc.1.22423.16) from https://github.com/dotnet/installer.
  3. Run "dotnet workload search". JP: image TK: image

dotnet --info:

.NET SDK: Version: 7.0.100-rc.1.22424.4 Commit: bcf1c82b2c

ランタイム環境: OS Name: Windows OS Version: 10.0.19041 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0.100-rc.1.22424.4\

Host: Version: 7.0.0-rc.1.22423.16 Architecture: x64 Commit: 430c42acb0

.NET SDKs installed: 7.0.100-rc.1.22424.4 [C:\Program Files\dotnet\sdk]

.NET runtimes installed: Microsoft.AspNetCore.App 7.0.0-rc.1.22423.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.0-rc.1.22423.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 7.0.0-rc.1.22423.6 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found: None

Environment variables: Not set

global.json file: Not found

Learn more: https://aka.ms/dotnet/info

Download .NET: https://aka.ms/dotnet/download

WenJunJi01 avatar Aug 25 '22 09:08 WenJunJi01

None of these have ever been localized.

CC @steveisok in case he wants to localize the runtime packs and @jonathanpeppers in case he wants to localize the maui ones.

marcpopMSFT avatar Aug 31 '22 21:08 marcpopMSFT

Also repro on NET7 RC2 SDK(7.0.100-rc.2.22471.15) e.g JP image

vdanche avatar Sep 26 '22 02:09 vdanche