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
6763c551
Commit
6763c551
authored
Mar 16, 2016
by
Emmanuel Milou
Browse files
Handle french installation
parent
f97f6840
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
6763c551
...
...
@@ -507,7 +507,7 @@ 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] '
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
))):
drush_opts
+=
"--translations=fr "
global
LOCALE
...
...
Write
Preview
Markdown
is supported
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