Refactor install command localizable strings.
This commit moves the `tool` subcommand strings into its own resource file, rather than putting them into the `install` command's resource file. This better follows the patterns of other commands, such as `add`, and enables subcommands to isolate their string resources from one another. As part of this commit, the `install tool` string resources were cleaned up.
This commit is contained in:
parent
f6695f7e6b
commit
2c03ff9bcf
33 changed files with 1524 additions and 1245 deletions
|
@ -9,7 +9,6 @@ using Microsoft.DotNet.Tools;
|
|||
using Microsoft.DotNet.ToolPackage;
|
||||
using Microsoft.DotNet.PlatformAbstractions;
|
||||
using Microsoft.Extensions.EnvironmentAbstractions;
|
||||
using LocalizableStrings = Microsoft.DotNet.Tools.Install.LocalizableStrings;
|
||||
|
||||
namespace Microsoft.DotNet.Tools.Install.Tool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue