From 118d6b2986b9f1cc26448492f52e59c4405f15e4 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Thu, 10 Sep 2020 21:46:32 -0400 Subject: [PATCH] Updating titles in project templates because in Visual Studio the (#25630) templates will be showing the templates directly in the New Project Dialog instead in the One ASP.NET dialog. In this PR I have updated the English titles. For localized strings we will need to get those from the localization team. I believe we are not setup for that to be automated here. I think we should merge the English strings because they are the most used, and for other locales we will show the old localized names for now. If it's difficult to get those localized, I can work with @phenning to see if we can localize those files this time. --- .../content/EmptyWeb-CSharp/.template.config/en/strings.json | 2 +- .../EmptyWeb-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/EmptyWeb-FSharp/.template.config/en/strings.json | 2 +- .../EmptyWeb-FSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/GrpcService-CSharp/.template.config/en/strings.json | 2 +- .../GrpcService-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../RazorPagesWeb-CSharp/.template.config/en/strings.json | 2 +- .../RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/StarterWeb-CSharp/.template.config/en/strings.json | 2 +- .../StarterWeb-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/WebApi-CSharp/.template.config/en/strings.json | 2 +- .../content/WebApi-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/WebApi-FSharp/.template.config/en/strings.json | 2 +- .../content/WebApi-FSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/Angular-CSharp/.template.config/en/strings.json | 2 +- .../content/Angular-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/React-CSharp/.template.config/en/strings.json | 2 +- .../content/React-CSharp/.template.config/vs-2017.3.host.json | 2 +- .../content/ReactRedux-CSharp/.template.config/en/strings.json | 2 +- .../ReactRedux-CSharp/.template.config/vs-2017.3.host.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/en/strings.json index a4f99a9bc2..7bdf8df924 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "Empty", + "name": "ASP.NET Core Empty", "description": "An empty project template for creating an ASP.NET Core application. This template does not have any content in it." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json index a4dca6b104..6718a8c95e 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Empty", + "text": "ASP.NET Core Empty", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1011" }, diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/en/strings.json index a4f99a9bc2..7bdf8df924 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "Empty", + "name": "ASP.NET Core Empty", "description": "An empty project template for creating an ASP.NET Core application. This template does not have any content in it." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json index 8c47ac37b9..7f20f69ad8 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Empty", + "text": "ASP.NET Core Empty", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1011" }, diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/en/strings.json index b732b471d4..05dbb20aa4 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "gRPC Service", + "name": "ASP.NET Core gRPC Service", "description": "A project template for creating a gRPC ASP.NET Core service." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/vs-2017.3.host.json index 4ae9d5d722..86de494c16 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "gRPC Service", + "text": "ASP.NET Core gRPC Service", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1027" }, diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/en/strings.json index 7372441def..57428cdb80 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "Web Application", + "name": "ASP.NET Core Web App", "description": "A project template for creating an ASP.NET Core application with example ASP.NET Razor Pages content." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json index 8ee1e7b877..779df6d197 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Web Application", + "text": "ASP.NET Core Web App", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1017" }, diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/en/strings.json index 73131cff4c..8ac3d0d783 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "Web Application (Model-View-Controller)", + "name": "ASP.NET Core Web App (Model-View-Controller)", "description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json index 98149ec9ba..098b1e5e62 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Web Application (Model-View-Controller)", + "text": "ASP.NET Core Web App (Model-View-Controller)", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1015" }, diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/en/strings.json index 9d10e71706..a81d06e5c8 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "API", + "name": "ASP.NET Core Web API", "description": "A project template for creating an ASP.NET Core application with an example Controller for a RESTful HTTP service. This template can also be used for ASP.NET Core MVC Views and Controllers." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json index e2241ce31a..b740c174da 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "API", + "text": "ASP.NET Core Web API", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1013" }, diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/en/strings.json index 9d10e71706..a81d06e5c8 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "API", + "name": "ASP.NET Core Web API", "description": "A project template for creating an ASP.NET Core application with an example Controller for a RESTful HTTP service. This template can also be used for ASP.NET Core MVC Views and Controllers." } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json index c8ed19b9a0..d4a9b9058b 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "API", + "text": "ASP.NET Core Web API", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1013" }, diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/en/strings.json index a993f86deb..3fc350ed59 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "Angular", + "name": "ASP.NET Core with Angular", "description": "A project template for creating an ASP.NET Core application with Angular" } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json index 8e5e4ccc0c..de9473c367 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Angular", + "text": "ASP.NET Core with Angular", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1100" }, diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/en/strings.json index fd5d6d4e58..8dbaae11f6 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "React.js", + "name": "ASP.NET Core with React.js", "description": "A project template for creating an ASP.NET Core application with React.js" } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json index fddabc6a25..ded765abe5 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "React.js", + "text": "ASP.NET Core with React.js", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1500" }, diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/en/strings.json b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/en/strings.json index 1642995d41..10ecb9afea 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/en/strings.json +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/en/strings.json @@ -1,7 +1,7 @@ { "version": "1.0.0.0", "strings": { - "name": "React.js and Redux", + "name": "ASP.NET Core with React.js and Redux", "description": "A project template for creating an ASP.NET Core application with React.js and Redux" } } \ No newline at end of file diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json index dbe1caf166..b628bc947e 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "React.js and Redux", + "text": "ASP.NET Core with React.js and Redux", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1400" },