tableau-mkt-archived / entity_xliff

Drupal module that provides an API for entity serialization in the XLIFF format.
https://drupal.org/project/entity_xliff
2 stars 0 forks source link

Move translatable class info declarations to associated paradigm module #67

Closed iamEAP closed 9 years ago

iamEAP commented 9 years ago

Moves TranslatableInterface class info declarations from the associated entity module (e.g. Node), to the module that provides the translation paradigm (e.g. Entity Translation).

Ensures that end-users are not shown "XLIFF" local tasks for entities that are not actually translatable according to the currently installed modules.