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:
Peter Huene 2018-01-16 12:59:34 -08:00
parent f6695f7e6b
commit 2c03ff9bcf
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
33 changed files with 1524 additions and 1245 deletions

View file

@ -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
{