Skip to content

Commit e225cc2

Browse files
committed
Add english translation back
1 parent 664bec6 commit e225cc2

File tree

1 file changed

+2
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/WebApiAot-CSharp/.template.config/localize

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "ASP.NET Core Web API (native AOT)",
4-
"description": "A project template for creating a RESTful Web API using ASP.NET Core minimal APIs published as native AOT.",
4+
"description": "A project template for creating a RESTful Web API using ASP.NET Core minimal APIs published as native AOT, with optional support for OpenAPI.",
55
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
66
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
77
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
@@ -10,6 +10,7 @@
1010
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
1111
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
1212
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
13+
"symbols/DisableOpenAPI/description": "Disable OpenAPI (Swagger) support",
1314
"postActions/restore/description": "Restore NuGet packages required by this project.",
1415
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
1516
}

0 commit comments

Comments
 (0)