X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2Fd6%2FTerm.php;h=9170cd8ae3ba92fdfbadfe55a6e977b741ddb942;hp=b8a603d0fed2b9632e4f13927e3b584dfa2330e4;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php index b8a603d0f..9170cd8ae 100644 --- a/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php +++ b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php @@ -45,6 +45,10 @@ class Term extends DrupalSqlBase { '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; }