Skip to content
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

[NETSDKE2E][Loc] Unit of time in build text is missing when creating project in CLI. #9971

Open
vdanche opened this issue Apr 3, 2024 · 6 comments
Assignees
Labels

Comments

@vdanche
Copy link
Member

vdanche commented Apr 3, 2024

1.install 8.0.300-preview.0.24202.22 sdk on Loc OS. e.g German/Chinese
2.dotnet new console in CLI and then dotnet build
3.Check the text message during dotnet build.

Expected Result:
The text message display well.

Actual Result:
Unit of time in build text is missing when creating project in CLI.

German:
image
Chinese:
image

En(not repro)
image

dotnet --info
.NET SDK:
Version: 8.0.300-preview.0.24202.22
Commit: 0fbd1cb569
Workload version: 8.0.300-manifests.3097af8b
MSBuild version: 17.10.0+4f6b1bb28

运行时环境:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.300-preview.0.24202.22\

已安装 .NET 工作负载:
没有要显示的已安装工作负载。

Host:
Version: 8.0.2
Architecture: x64
Commit: 1381d5ebd2

.NET SDKs installed:
8.0.300-preview.0.24202.22 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.2 [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

@marcpopMSFT marcpopMSFT transferred this issue from dotnet/sdk Apr 3, 2024
@marcpopMSFT
Copy link
Member

That string comes from the msbuild resources.

@baronfel
Copy link
Member

baronfel commented Apr 3, 2024

This is a dupe of one we're already tracking - let me see if I can find it.

@AR-May
Copy link
Member

AR-May commented Apr 4, 2024

Team triage: this seems to be related, but not quite a duplicate. @JaynieBai could you log the loc bug?

@JaynieBai
Copy link
Member

This should be singular and plural translation issue. Chinese translation is correct in my opinion. But German ErrorCount seems lack of the plural word. Have file a loc bug https://ceapex.visualstudio.com/CEINTL/_workitems/edit/961919

@KalleOlaviNiemitalo
Copy link

https://de.wiktionary.org/wiki/Fehler shows "Fehler" is correct for singular and for plural.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants