React on config translatable source string change
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3533699. -->
Reported by: [claudiu.cristea](https://www.drupal.org/user/56348)
Related to !12
>>>
<p><em>Scenario</em>: A configuration translatable string is changed (say, the name/label of a node-type)</p>
<p><em>Expected</em>: The translations in all languages of that configuration property should be removed.</p>
<ul>
<li>Handle the change in \Drupal\babel\EventSubscriber\ConfigSubscriber::onConfigUpdate()</li>
<li>Go over \Drupal\babel\BabelConfigHelper::getTranslatableProperties() paths </li>
<li>Check each config properties for changes</li>
<li>If change detected, remove the corresponding translations.</li>
</ul>
issue