Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 9da1369

Browse files
committed
Fix installation of lng.
1 parent 446605e commit 9da1369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/scripts/drupal-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ chown -R www-data: $drupal_dir/sites/all/translations
129129
### set drupal variable btrClient_translation_lng
130130
$drush --yes --exact vset btrClient_translation_lng $translation_lng
131131

132-
### add $bcl_translation_lng as a drupal language
133-
$drush language-add $bcl_translation_lng
132+
### add $translation_lng as a drupal language
133+
$drush language-add $translation_lng
134134
$drush --yes l10n-update
135135

136136
### update to the latest version of core and modules

0 commit comments

Comments
 (0)