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:
Peter Huene 2017-12-07 17:19:51 -08:00
parent bcf13b93cc
commit 1ddf5c87c7
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
19 changed files with 125 additions and 76 deletions

View file

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