Skip to content

Remove strings for composer option #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions translations/module.download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ arguments:
options:
latest: 'Default to download most recent version'
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:
path: 'Enter the contrib project Path'
messages:
Expand All @@ -16,8 +14,6 @@ messages:
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.'
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:
- description: 'Download module specifying module name and its path'
execution: |
Expand Down
2 changes: 0 additions & 2 deletions translations/theme.download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ description: 'Download theme in application'
arguments:
version: 'Theme version i.e 1.x-dev'
theme: 'the Theme name'
options:
composer: 'Use --composer option for manage the theme download with Composer'
messages:
no-releases: 'There aren''t any releases for theme "%s"'
getting-releases: 'Getting releases for theme "%s"'
Expand Down