This module allows you to create inline blocks for translated content without requiring core patches. It achieves this by generating a separate block for each translation.
Allow inline blocks to be created without the need of the tmgmt inline patch from https://www.drupal.org/project/tmgmt/issues/3097660
This does not required the core patch to be added https://www.drupal.org/project/drupal/issues/2946333 as it create a new block for each translation.
@todo add more details.