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

Add locale option for site-install task. #1043

Merged
merged 1 commit into from
Feb 6, 2017
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 phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
<option name="account-name">"${drupal.account.name}"</option>
<option name="account-pass">"${drupal.account.password}"</option>
<option name="account-mail">"${drupal.account.mail}"</option>
<option name="locale">"${project.locale}"</option>
<param>"${project.profile.name}"</param>
<param>"install_configure_form.update_status_module='array(FALSE,FALSE)'"</param>
</drush>
Expand Down
2 changes: 2 additions & 0 deletions template/blt/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ project:
# Used for enforcing correct git commit msg syntax.
prefix: 'BLT'
human_name: 'BLTed 8'
# You can set default site language.
locale: en
profile:
# You can generate a custom profile by running '../vendor/bin/drupal generate:profile' from the docroot.
name: 'lightning'
Expand Down