Entity Translation Export
Categories
Component ID
2325935
Component name
Entity Translation Export
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module provides a way to export the text and translations of the content in a Drupal website.
This module is build to facilitate the translations of content by exporting it to documents, containing both the original content as the translated content (if existing).
This way content editors can review the content and create translations.
This module only export the content in a formatted document (like Microsoft Word), it does not offer any ways to import the translations or modifications done in the document. This remains a manual process by copy / pasting the content back in the Drupal CMS.
Dependencies
- Drupal 7
- Entity Translation module
- Title module
- PhpOffice / PhpWord library used to generate different document formats
- HTML to word convert library used to convert the HTML text to a suitable word format
Potential Roadmap
- Offer more export formats, in accordance with the PhpWord library writer options
- Batch processing support for site with huge amount of conent
