microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
233 stars 13 forks source link

[Green][NETSDKE2E] [Loc] some template names are unlocalized in Create a new .NET project list. #1548

Closed yinjiehe01 closed 1 week ago

yinjiehe01 commented 3 weeks ago

Describe the Issue

some template names are unlocalized. DE: Image Image JP: Image

Steps To Reproduce

1.Install VS Code from Download Visual Studio Code - Mac, Linux, Windows 2.Install C# and CDK. 3.Click the Create .NET project button and obverse.

Expected Behavior

All project names should be translated.

Environment Information

C# 2.53.12: Pipelines - Run 2.53.12 C# Devkit 1.12.25: Pipelines - Run 1.12.25+07decd6e14 OS: Linux VS Code:1.42.2 .NET install tool:2.2.0 Affect language: TK JP SC DE

smitpatel commented 1 week ago

MSTest Test Project MSTest Playwright Test Project NUnit3 Test Project NUnit Playwright Test Project xUnit Test Project

Above templates had faulty localization tracking issue: https://github.com/dotnet/test-templates/issues/170 Fixing PR: https://github.com/dotnet/test-templates/pull/476

smitpatel commented 1 week ago

Blazor Server App is not properly localized for DE https://github.com/dotnet/aspnetcore/blob/d9ba962869d1b1c410ea476b02de2f8e27eec762/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/localize/templatestrings.de.json#L3

smitpatel commented 1 week ago

ASP.NET Core Web API - Title is not localized for JA https://github.com/dotnet/aspnetcore/blob/b9b58f12026fd6e44dd550cb9a075ca67728c10a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/localize/templatestrings.ja.json#L3 ASP.NET Core Web API (native AOT) - title is not localized for JA https://github.com/dotnet/aspnetcore/blob/b9b58f12026fd6e44dd550cb9a075ca67728c10a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApiAot-CSharp/.template.config/localize/templatestrings.ja.json#L3

smitpatel commented 1 week ago

For all above mentioned loc error, we are displaying what is in templates and failed loc strings are error in templates themselves. Closing the issue as it is external to C# Dev Kit.