Exclude webforms
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3542257. -->
Reported by: [claudiu.cristea](https://www.drupal.org/user/56348)
Related to !41
>>>
<p>Webforms are a mess when it comes to translation. They are huge serialized YAMLs and is quite impossible to handle them as a string. We need a special treatment for webforms.</p>
<p>Other modules are also treating webforms as an exception, see <a href="https://git.drupalcode.org/project/tmgmt/-/blob/8.x-1.x/sources/tmgmt_config/tmgmt_config.module?ref_type=heads#L13">tmgmt_config_config_schema_info_alter()</a>.</p>
<p><em>Hardcode</em> in the module removal of webform huge strings.</p>
<p>We will add back webforms in <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/babel/-/work_items/3542255" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/babel/-/work_items/3542255</a></span></p>
issue