Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayed Ibrahim Hashimi <sayed.hashimi@gmail.com>2020-09-11 04:46:32 +0300
committerGitHub <noreply@github.com>2020-09-11 04:46:32 +0300
commit118d6b2986b9f1cc26448492f52e59c4405f15e4 (patch)
tree823ecb09e85b48dbc611fb86de57fd60e011b84e /src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp
parentc18f74d61767f0f6da007e2a98df36d6874ec999 (diff)
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.
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/en/strings.json2
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/vs-2017.3.host.json2
2 files changed, 2 insertions, 2 deletions
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"
},