Localize changes for dotnet-remove (#4900)
* Rename centralized LocalizableStrings file * Added RemoveDefinition * Rebase * rebase, remove localizablestrings for help * loc for help command * remove localizablestrings * Localization changes for dotnet-remove * Slight refactoring
This commit is contained in:
parent
e3cfe1d13d
commit
dc3d88c587
10 changed files with 83 additions and 44 deletions
|
@ -0,0 +1,11 @@
|
|||
namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
|
||||
{
|
||||
internal class LocalizableStrings
|
||||
{
|
||||
public const string ReferenceIsInvalid = "Reference `{0}` is invalid.";
|
||||
|
||||
public const string SpecifyAtLeastOneReferenceToAdd = "You must specify at least one reference to add. Please run dotnet add --help for more information.";
|
||||
|
||||
public const string ProjectAlreadyHasAReference = "Project {0} already has a reference `{1}`.";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue