Score:0

How do I install Drupal with multiple custom languages using drush?

fr flag

I know I can install a new Drupal web site with single custom language using:

$ drush si standard \
    --db-url='mysql://[db_user]:[db_pass]@localhost/[db_name]' \
    --account-name=admin --account-pass=secret\
    --site-name=Example \
    [email protected] \
    --locale=it

Similarly how can I pass multiple languages to locale key ?

--locale='it','uk','de' 

doesn't work neither does the below one.

--locale='it'&&'uk'&&'de' 
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.