You are here

default.settings.php in Drush Language Commands 8

Default Settings.

The directory relative to drupal root where custom settings can be exported and re-imported for deployment. Do not use a trailing slash.

$settings['custom_translations_directory'] = '../custom-translations';

File

default.settings.php
View source
<?php

/**
 * @file
 * Default Settings.
 *
 * The directory relative to drupal root where custom settings can be exported
 * and re-imported for deployment. Do not use a trailing slash.
 *
 * $settings['custom_translations_directory'] = '../custom-translations';
 */