- 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.
- 🇬🇧United Kingdom MrDaleSmith
As far as I can tell, this isn't related to this module: it only translates text strings (which would make sense) and does not do anything to the images at all.
The call to $entity->addTranslation($lang) in AiTranslateController returns a translation with the image attached in the English lanmguage. Saving it creates a new translation within that field that does not copy the original image over. We don't have anything in the module that affects the saving opf the entity or reacts to it, so I think it's Core's translation interfaces that are not creating the image. It's not an area I know a lot about though, so possibly someone else can see something I've missed.