hey there,

I have a content type whose images are sync'ed. however, I've noticed it also syncs alt texts.

how can I sync the image, but translate the alt text?

cheers,
Luciano

Comments

jose reyero’s picture

Title: translatable alt text? » Image synchronization: translatable alt text?
Status: Active » Closed (works as designed)

You can write a different 'alt' text for every translation.

luco’s picture

Status: Closed (works as designed) » Active

how? if I change the alt text on a node, it's changed on the translated one as well. am I missing something?

loominade’s picture

i have the same problem but also with the title text

myxelf’s picture

Title: Image synchronization: translatable alt text? » Image synchronization: ALT and Title fields are incorrectly synced after tset's node edition
Version: 7.x-1.0-rc3 » 7.x-1.2
Category: feature » bug

This is actually a bug. Please refer to #749926: Imagefield title and alt field are reset after re-editing source node for a better description of a very similar issue in the past. I can't tell if what is happening now is occurring under the same circumstances. Further investigations on the previous issue revealed it was related to the FileField module, but in 7.x this module is now in Core.

I'm not including much more information here cause the other thread has plenty of information. I'll keep an eye on this to see if this is enough for somebody to come up with something, otherwise I'll try to be more helpful.

MyXelf

PS: Changing the title to something more relevant (I guess).

webflo’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.4 KB

Still present in 1.3. This is easy to fix. Its pretty obvious. $langcode contains the entity language not the field language.

webflo’s picture

Triggering testbot.

jose reyero’s picture

Status: Needs review » Fixed

Looks good, committed, thanks!

luco’s picture

works for me... thank you!

plus it's an important accessibility matter. congrats!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.