updated features for precedent commit

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-20 00:18:28 +01:00
parent ddc28956c4
commit 2334eb741b
10 changed files with 140 additions and 52 deletions

View File

@@ -44,6 +44,19 @@ function translations_strongarm() {
);
$export['locale_language_providers_weight_language'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'materio_translator_languages';
$strongarm->value = array(
'und' => 'und',
'en' => 'en',
'fr' => 'fr',
'zh-hans' => 'zh-hans',
'cs' => 'cs',
);
$export['materio_translator_languages'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;