Browse Source

[enh] Update features with new i18n config keys.

opi 7 years ago
parent
commit
19628925ee

+ 2 - 0
sites/all/modules/custom/ffdn_article/ffdn_article.features.taxonomy.inc

@@ -18,6 +18,8 @@ function ffdn_article_taxonomy_default_vocabularies() {
       'weight' => 0,
       'weight' => 0,
       'language' => 'und',
       'language' => 'und',
       'i18n_mode' => 4,
       'i18n_mode' => 4,
+      'base_i18n_mode' => 4,
+      'base_language' => 'und',
       'rdf_mapping' => array(
       'rdf_mapping' => array(
         'rdftype' => array(
         'rdftype' => array(
           0 => 'skos:ConceptScheme',
           0 => 'skos:ConceptScheme',

+ 2 - 0
sites/all/modules/custom/ffdn_etude/ffdn_etude.features.taxonomy.inc

@@ -18,6 +18,8 @@ function ffdn_etude_taxonomy_default_vocabularies() {
       'weight' => 0,
       'weight' => 0,
       'language' => 'und',
       'language' => 'und',
       'i18n_mode' => 4,
       'i18n_mode' => 4,
+      'base_i18n_mode' => 4,
+      'base_language' => 'und',
       'rdf_mapping' => array(
       'rdf_mapping' => array(
         'rdftype' => array(
         'rdftype' => array(
           0 => 'skos:ConceptScheme',
           0 => 'skos:ConceptScheme',

+ 2 - 0
sites/all/modules/custom/ffdn_press/ffdn_press.features.taxonomy.inc

@@ -18,6 +18,8 @@ function ffdn_press_taxonomy_default_vocabularies() {
       'weight' => 0,
       'weight' => 0,
       'language' => 'und',
       'language' => 'und',
       'i18n_mode' => 4,
       'i18n_mode' => 4,
+      'base_i18n_mode' => 4,
+      'base_language' => 'und',
       'rdf_mapping' => array(
       'rdf_mapping' => array(
         'rdftype' => array(
         'rdftype' => array(
           0 => 'skos:ConceptScheme',
           0 => 'skos:ConceptScheme',