Hello,
I installed the module and selected only one "translatable entity type" -- which is "user". All I want to translate are Member names and mission statements.
However, hundreds of unrelated node fields (URLs added as article sources, for instance) were blanked.
I found out the "Users may translate this field" option has got to remain selected for contents to appear. Otherwise, all data seems to be lost (but can be retrieved by clicking on the checkbox).
In any case, make a full backup of your site (which I did...) before trying out this module.
Comments
Comment #1
mediameriquat commentedOK I nailed it :
If I don't want a particular field (URL) to be translatable in user profiles -- and that same field is also being used in content types such as Article, Page, etc. its contents will simply vanish.
In other words, the "Users may translate this field" option should apply in the context of a particular content type, not the whole site.
This is a feature request, however I feel contents should not vanish when "not translatable", so I'll keep this post as a bug.
Comment #2
mediameriquat commentedComment #3
plachThe
translatablefield property cannot be set per bundle (content type): at least for D7 this is the core behavior we get.Leaving open to investigate the problem you reported and see if we can come up with a workaround. One thing is not clear to me: did you upgrade a D6 site or did you just enable ET after creating a lot of content?
Comment #4
mediameriquat commentedThe site was created in D7 from the start.
I enabled ET after creating a lot of content, as a way to translate user profiles with additional fields such as "About this member", "Website", etc.
Comment #5
sos4nt commentedWe've had this problem too. When setting a content type to 'entity translation' all non-translatable fields are expected to be language neutral. Existing content however usually has a language so it doesn't show up afterwards. We've corrected this by manually changing every field's language to 'und' in the database.
Comment #6
plachClosing the issue. Feel free to reopen if you can provide the steps to reproduce it.
Comment #7
commonpike commentedYou can set it to 'wont fix' or 'works as designed', but its not closed ?
Its easy enough to reproduce ?
Comment #8
plachThe latest dev should fix this by migrating data when switching translatability.