Skip to content
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

[init, generate:site:alias] Add site translation. #198

Merged
merged 1 commit into from
Mar 21, 2018
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
1 change: 1 addition & 0 deletions translations/generate.site.alias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ options:
extra-options: 'Used only when the target requires extra options, such as alternative authentication method and/or alternative identity file.'
site-uri: 'Drupal uri (for multi-sites).'
directory: 'Directory to store the generated site alias.'
site: 'Use local site as destination.'
questions:
name: 'Select or enter the site name'
environment: 'Enter the environment name (dev, test, prod, qa, dev.uri, test.uri, etc...)'
Expand Down
1 change: 1 addition & 0 deletions translations/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ options:
destination: 'Destination directory to copy files'
override: 'Override configurations files flag'
autocomplete: 'Autocomplete tool files flag.'
site: 'Use local site as destination.'
questions:
destination: 'Select destination to copy configuration'
autocomplete: 'Generate autocomplete files'
Expand Down