Skip to content

Commit

Permalink
Renaming locale to drupal.locale. (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Feb 6, 2017
1 parent ef9b3ef commit 0639178
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions phing/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ drupal:
account.name: admin
account.password: admin
account.mail: [email protected]
locale: en

drush:
bin: ${composer.bin}/drush
Expand Down
2 changes: 1 addition & 1 deletion phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +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>
<option name="locale">"${drupal.locale}"</option>
<param>"${project.profile.name}"</param>
<param>"install_configure_form.update_status_module='array(FALSE,FALSE)'"</param>
</drush>
Expand Down
2 changes: 0 additions & 2 deletions template/blt/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ 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

0 comments on commit 0639178

Please sign in to comment.