Skip to content

Commit

Permalink
[update:execute] Add new keys (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed May 10, 2019
1 parent 9c2383c commit eda4a08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion translations/site.install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ messages:
installed: 'Your Drupal 8 installation was completed successfully'
using-current-database: 'Using "%s" database with name "%s" and user "%s"'
already-installed: 'Drupal is already installed, try dropping your database executing database:drop or install executing site:install --force --no-interaction'
connection-failed: 'Connection to the database failed, please check your settings file that has the correct username, password, database, host, port configured.
connection-failed: 'Connection to the database failed, please check your settings file that has the correct username, password, database, host, port configured.'
sites-backup: 'The sites.php file has temporarily been renamed to backup.sites.php while Drupal installs.'
sites-restore: 'The backup of sites.php has been been restored to sites.php.'
invalid-multisite: 'Invalid multisite, please create multisite using command drupal multisite:new "%s" "%s"'
Expand Down
7 changes: 7 additions & 0 deletions translations/update.execute.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
description: 'Execute a specific Update N function in a module, or execute all'
questions:
update: 'Do you want to run the specified pending updates?'
post-update: 'Do you want to run the specified pending post updates?'
arguments:
module: 'Module name'
update-n: 'Specific Update N function to be executed'
messages:
no-module-updates: 'There aren''t updates available for module "%s"'
executing-update: 'Executing update function "%s" of module "%s"'
executing-post-update: 'Executing post update function "%s" of module "%s"'
module-update-function-not-found: 'Module "%s" doesn''t have a function update for "%s"'
executing-required-previous-updates: 'Executing required previous updates'
no-pending-updates: 'There aren''t updates available'
no-pending-post-updates: 'There aren''t post updates available'
pending-post-updates: 'There are the following post updates available:'
pending-updates: 'There are the following updates available:'
examples:
- description: 'Execute all updates'
execution: |
Expand Down

0 comments on commit eda4a08

Please sign in to comment.