-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
From @phenning :
Howvber, it looks like the string has changed since in your repo since I snapshotted it into VS:
<data name="1027" xml:space="preserve">
<value>gRPC Application</value>
<comment>template name for gRPC application template</comment>
</data>
<data name="1028" xml:space="preserve">
<value>A project template for creating a gRPC ASP.NET Core application.</value>
<comment>template description for gRPC application template</comment>
</data>I’ll update the string in our branch to match what you have in your repo.
Additionally, looking at your repo, we already have the strings for Worker Service as well, but the Ids you are using for RazorComponents template are the same Ids as for Worker Service template, so this needs to be fixed for the Razor Components template or you’ll see two Worker Service templates in VS, but one will actually be Razor Components.
Please update RazorComponents to use ids 1029 and 1030, I’ll get those strings into our build today for 16.1, after you do that, all the three visible templates in the bug should be localized after the 16.1 builds start coming out.