Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / content_translation / migrations / d7_node_entity_translation.yml
diff --git a/web/core/modules/content_translation/migrations/d7_node_entity_translation.yml b/web/core/modules/content_translation/migrations/d7_node_entity_translation.yml
new file mode 100644 (file)
index 0000000..612c1f2
--- /dev/null
@@ -0,0 +1,36 @@
+id: d7_node_entity_translation
+label: Node entity translations
+migration_tags:
+  - Drupal 7
+  - translation
+  - Content
+  - Multilingual
+deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
+source:
+  plugin: d7_node_entity_translation
+process:
+  nid: entity_id
+  type: type
+  langcode: language
+  title: title
+  uid: uid
+  status: status
+  created: created
+  changed: changed
+  promote: promote
+  sticky: sticky
+  revision_uid: revision_uid
+  revision_log: log
+  revision_timestamp: timestamp
+  content_translation_source: source
+  # Boolean indicating whether this translation needs to be updated.
+  content_translation_outdated: translate
+destination:
+  plugin: entity:node
+  translations: true
+  destination_module: content_translation
+migration_dependencies:
+  required:
+    - language
+    - d7_entity_translation_settings
+    - d7_node