Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config_translation / migrations / d6_taxonomy_vocabulary_translation.yml
diff --git a/web/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml b/web/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
new file mode 100644 (file)
index 0000000..1fcba3e
--- /dev/null
@@ -0,0 +1,30 @@
+id: d6_taxonomy_vocabulary_translation
+label: Taxonomy vocabularies
+migration_tags:
+  - Drupal 6
+  - Configuration
+  - Multilingual
+source:
+  plugin: d6_taxonomy_vocabulary_translation
+process:
+  vid:
+    -
+      plugin: machine_name
+      source: name
+    -
+      plugin: substr
+      length: 32
+  langcode: language
+  property:
+    plugin: static_map
+    source: property
+    map:
+      name: name
+      description: description
+  translation: translation
+destination:
+  plugin: entity:taxonomy_vocabulary
+  destination_module: config_translation
+migration_dependencies:
+  required:
+    - d6_taxonomy_vocabulary