Skip to content

Commit

Permalink
Remove strings for composer option (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Aug 2, 2019
1 parent 78aa6bd commit 8de2a0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions translations/module.download.yml
Expand Up @@ -4,8 +4,6 @@ arguments:
options: options:
latest: 'Default to download most recent version' latest: 'Default to download most recent version'
path: 'The path of the contrib project' path: 'The path of the contrib project'
composer: 'Option to point out that the module will be downloaded, managed & installed by Composer'
unstable: 'Module unstable'
questions: questions:
path: 'Enter the contrib project Path' path: 'Enter the contrib project Path'
messages: messages:
Expand All @@ -16,8 +14,6 @@ messages:
select-release: 'Please select your favorite release' select-release: 'Please select your favorite release'
outside-drupal: 'Drupal root can''t be determined. Use --root to set the destination, current folder will be used instead of.' outside-drupal: 'Drupal root can''t be determined. Use --root to set the destination, current folder will be used instead of.'
error-creating-folder: 'Error creating folder "%s", please check your permissions' error-creating-folder: 'Error creating folder "%s", please check your permissions'
no-composer-repo: 'Please, configure Composer in ~/.console/config.yml'
composer: 'Module "%s" was downloaded successfully using Composer'
examples: examples:
- description: 'Download module specifying module name and its path' - description: 'Download module specifying module name and its path'
execution: | execution: |
Expand Down
2 changes: 0 additions & 2 deletions translations/theme.download.yml
Expand Up @@ -2,8 +2,6 @@ description: 'Download theme in application'
arguments: arguments:
version: 'Theme version i.e 1.x-dev' version: 'Theme version i.e 1.x-dev'
theme: 'the Theme name' theme: 'the Theme name'
options:
composer: 'Use --composer option for manage the theme download with Composer'
messages: messages:
no-releases: 'There aren''t any releases for theme "%s"' no-releases: 'There aren''t any releases for theme "%s"'
getting-releases: 'Getting releases for theme "%s"' getting-releases: 'Getting releases for theme "%s"'
Expand Down

0 comments on commit 8de2a0d

Please sign in to comment.