- Issue created by @arwillame
- First commit to issue fork.
- @mrdalesmith opened merge request.
- 🇪🇸Spain interdruper
Patch #3 does not work for me, at least for image fields. Translation leaves image fields empty.
When using the AI Translate feature in Drupal, if the AI does not find any content to translate for certain fields, those fields are left empty in the translated version of the node.
Typically, during manual translation of a node, fields from the "source" language are pre-filled, allowing users to modify what they want. The desired behavior is to maintain this consistency when using AI translation as well. That is, if a field cannot be translated, it should retain the values from the source language instead of being left blank.
- Create a node with fields such as media, links, and address.
- Use AI Translate to translate the node.
- Observe that fields like media, links, and address are left empty in the translated version.
If the AI translation process does not generate a translation for specific fields, the values from the source language should be copied into the corresponding fields in the translated node. This ensures that untranslated fields are not left blank.
Active
1.0
Other Submodules
Patch #3 does not work for me, at least for image fields. Translation leaves image fields empty.