No translatable fields is shown in /taxonomy/term/1/translate when there is only the term name and term description available for translation.
Thus, it's impossible to translate the term name and term description once entity translation is enabled
(in admin/config/regional/entity_translation, go to: Translatable entity types > check: Taxonomy term)
So I think there's the need for something similar to the title module here, isn't it?
Comments
Comment #1
Jerome F commentedWell you can still translate them through the translate interface, as strings though.
Comment #2
plachActually the Title module lets you replace also taxonomy subject and description.
Comment #3
Jerome F commentedYes it does. I just didn't have enough faith :-s and just didn't try...
Thank you!
I just want to note that the Entity translation upgrade module is usefull when translations have already been applied to taxonomy terms, because I did run into some issues like:
EntityMetadataWrapperException: Unable to get the data property format as the parent data structure is not set. in EntityStructureWrapper->getPropertyValue() (line 419 of /sites/all/modules/entity/includes/entity.wrapper.inc).
when I tried to translate previously created / (un/)translated terms. Replacing and deleting the term name field and replacing it again + getting rid of some old test tags that I didn't need anymore... helped me to solve these issues and now everything runs smoothly.
Comment #4
vasikesubscribe. i also get the error from #3
i think it's a title module issue, so i posted there : http://drupal.org/node/1210670
Comment #5
adrianmak commentedI enabled title module for taxonomy term entity translation.
I could not change the name of source language term for any new added term. Is it normal ?
Comment #6
pere orga@adrianmak yes, you need to use the Title module to replace the term name with a field.
Comment #7
maitridan commented@Pere Orga i just tried after installing the Title module, it always errors out when i try to replace the taxonomy name field. The error is: "The website encountered an unexpected error. Please try again later." That doesn't tell much. Do you have experience of this, and if you do, under what condition does this occur? Thank you so much!