Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
19
vendor/drupal/console-en/translations/module.uninstall.yml
vendored
Executable file
19
vendor/drupal/console-en/translations/module.uninstall.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
description: 'Uninstall module or modules in the application'
|
||||
questions:
|
||||
module: 'Module name (press <return> to stop adding modules)'
|
||||
invalid-module: 'Invalid module "%s"'
|
||||
options:
|
||||
module: 'Module or modules to be uninstalled should be separated by a space'
|
||||
force: 'Do you want to ignore dependencies and forcefully uninstall the module?'
|
||||
composer: 'Uninstalls the module using Composer'
|
||||
messages:
|
||||
no-modules: 'You must provide module or modules to uninstall.'
|
||||
dependents: 'Unable to uninstall modules "%s" because are required by "%s"'
|
||||
nothing: 'Nothing to do. All modules are already uninstalled'
|
||||
success: 'The following module(s) were uninstalled successfully: "%s"'
|
||||
missing: 'Unable to uninstall modules "%s" due to missing modules "%s"'
|
||||
composer-success: 'You should execute now the following command: "composer remove vendor/package"'
|
||||
examples:
|
||||
- description: 'Uninstall the module specifying the module name'
|
||||
execution: |
|
||||
drupal module:uninstall modulename
|
Reference in a new issue