updated features for precedent commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user