tmgmt_translation_outdated
Sets translations as outdated when source content changes.
This module adds automatic outdated marking for translated content. It is useful when you use TMGMT and want Drupal to mark translations as outdated without manual editor action.
Features
- Runs on entity save.
- Checks source vs original translatable data.
- Uses TMGMT content extraction logic for comparison.
- Calls Drupal retranslate flow to mark other translations as outdated.
- Writes a log message when retranslate is triggered.
Typical use case:
- Source content is edited.
- Translations should be marked as outdated automatically.
Post-Installation
No configuration page is required.
After enabling the module:
1. Edit source-language content.
2. Save the entity.
3. If translatable source data changed, other translations are marked as outdated.
Check logs in channel `tmgmt_translation_outdated` to verify execution.
Additional Requirements
Required modules:
- content_translation
- tmgmt_content