Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
bb4ae8ee
Commit
bb4ae8ee
authored
Mar 16, 2016
by
Emmanuel Milou
Browse files
Fix syntax error
parent
6763c551
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
bb4ae8ee
...
...
@@ -507,8 +507,8 @@ def drush_make(role='local', action='install'):
print
green
(
'Interactive mode enabled: {}'
.
format
(
INTERACTIVE_MODE
))
if
(
INTERACTIVE_MODE
and
confirm
(
red
(
'Say [Y] to {} the site at {} with the French translation, if you say [n] '
)
or
not
INTERACTIVE_MODE
:
'the site will be installed in English only'
.
format
(
action
,
DRUPAL_ROOT
))):
if
(
INTERACTIVE_MODE
and
confirm
(
red
(
'Say [Y] to {} the site at {} with the French translation, if you say [n] '
'the site will be installed in English only'
.
format
(
action
,
DRUPAL_ROOT
)))
)
or
not
INTERACTIVE_MODE
:
drush_opts
+=
"--translations=fr "
global
LOCALE
LOCALE
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment