lb_auto_translation
This module automatically translates inline blocks in the layout builder at the time of creating the node translation using Drupal AI.
Features
Here, answer the following questions: What is the basic functionality? What unique features does enabling this project add? When and why would someone use this module? What use cases are there?
Post-Installation
How does this module actually work once I install it? Should I go to a config page? Should I look for a new content type? Should I go and manage my text formats? Provide an overview of the configuration process and any other special considerations for the module.
Additional Requirements
Does this project need anything beyond Drupal core? Include any dependent modules, libraries, APIs, etc., that are required for this project to work.
Similar projects
If there are modules providing similar functionality, please describe what differentiates them.
TODO
- Add config form to select field types and field names.
- Add check for the entity_reference fields (paragraphs).
- Fix code in ::translateField() according to DI.