Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / src / Plugin / migrate / source / d6 / Term.php
index b8a603d0fed2b9632e4f13927e3b584dfa2330e4..9170cd8ae3ba92fdfbadfe55a6e977b741ddb942 100644 (file)
@@ -45,6 +45,10 @@ class Term extends DrupalSqlBase {
       'weight' => $this->t('Weight'),
       'parent' => $this->t("The Drupal term IDs of the term's parents."),
     ];
       'weight' => $this->t('Weight'),
       'parent' => $this->t("The Drupal term IDs of the term's parents."),
     ];
+    if (isset($this->configuration['translations'])) {
+      $fields['language'] = $this->t('The term language.');
+      $fields['trid'] = $this->t('Translation ID.');
+    }
     return $fields;
   }
 
     return $fields;
   }