Update loc files for templates #50547
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds new localization entries to support a post-action for creating or updating the
dotnet.config
file, which is required by Microsoft.Testing.Platform, in both MSTest-CSharp and MSTest-FSharp project templates. The changes ensure that instructions for this post-action are available in all supported languages.Localization updates for new post-action:
"postActions/createOrUpdateDotnetConfig/description"
and"postActions/createOrUpdateDotnetConfig/manualInstructions/default/text"
entries to all MSTest-CSharp localization files (templatestrings.cs.json
,templatestrings.de.json
,templatestrings.en.json
,templatestrings.es.json
,templatestrings.fr.json
,templatestrings.it.json
,templatestrings.ja.json
,templatestrings.ko.json
,templatestrings.pl.json
,templatestrings.pt-BR.json
,templatestrings.ru.json
,templatestrings.tr.json
,templatestrings.zh-Hans.json
,templatestrings.zh-Hant.json
) to provide translated descriptions and manual instructions for creating or updating thedotnet.config
file. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]templatestrings.cs.json
,templatestrings.de.json
,templatestrings.en.json
,templatestrings.es.json
,templatestrings.fr.json
,templatestrings.it.json
) for consistency across both template types. [1] [2] [3] [4] [5] [6]