Add support for accepting directories to add and remove reference commands.
This commit adds support for specifying directories containing a single project to both the `add reference` and `remove reference` commands. Fixes issue #7343.
This commit is contained in:
parent
bcf13b93cc
commit
1ddf5c87c7
19 changed files with 125 additions and 76 deletions
|
@ -97,11 +97,6 @@
|
|||
<target state="translated">Aplicación</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceDoesNotExist">
|
||||
<source>Reference {0} does not exist.</source>
|
||||
<target state="translated">La referencia {0} no existe.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ReferenceAddedToTheProject">
|
||||
<source>Reference `{0}` added to the project.</source>
|
||||
<target state="translated">Se ha agregado la referencia "{0}" al proyecto.</target>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue