- Issue created by @shubhamporwal14@gmail.com
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.
Drupal migrate gives error when Image file field is not marked as translatable.
Error:
Invalid translation language () specified. (core\lib\Drupal\Core\Entity\ContentEntityBase.php:903)
Step-1: Enable Workflows and Content moderation module
Step-2: Prepare a custom migration for content type which has image field in it
Step-3: Ensure only Image alt and title are marked as translatable
Step-4: Run migration import for source language
Step-4: Run migration import for source translation. You will see below error
Error:
Invalid translation language () specified. (core\lib\Drupal\Core\Entity\ContentEntityBase.php:903)
Ideally only alt can be marked as translatable without file and migration should work. Even if content moderation is enabled.
Active
10.3 ✨
migration system
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.