-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enable template localization on dotnet CLI #6319
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| { | ||
| { | ||
| "author": "Microsoft", | ||
| "name": "Aplicación de Windows Forms", | ||
| "description": "Plantilla de proyecto para crear una aplicación de Windows Forms (WinForms) de .NET.", | ||
| "description": "Plantilla de proyecto para crear una aplicación de Windows\u00A0Forms (WinForms) de .NET.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why was this changed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In some cases, loc team used
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bekir-ozturk , this change is causing the problem. Loc pipeline converted this back to its original state removing the |
||
| "symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino", | ||
| "symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino", | ||
| "symbols/Framework/description": "Marco de destino del proyecto.", | ||
| "symbols/Framework/choices/netcoreapp3.1/description": "Objetivo netcoreapp3.1", | ||
| "symbols/Framework/choices/netcoreapp3.1/displayName": ".NET Core 3.1", | ||
| "symbols/Framework/choices/netcoreapp3.1/displayName": ".NET Core\u00A03.1", | ||
| "symbols/Framework/choices/net5.0/description": "Objetivo net5.0", | ||
| "symbols/Framework/choices/net5.0/displayName": ".NET 5.0", | ||
| "symbols/Framework/choices/net6.0/description": "Objetivo net6.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| { | ||
| "author": "Microsoft", | ||
| "name": "Windows 窗体应用", | ||
| "description": "用于创建 .NET Windows 窗体(WinForms)应用的项目模板。", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| { | ||
| "author": "Microsoft", | ||
| "name": "Windows 窗体应用", | ||
| "description": "用于创建 .NET Windows 窗体(WinForms)应用的项目模板。", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.