πΊπΈUnited States treckstar
Can confirm that the patch in #3 for 2.0.8 worked for me in 2.0.9.
Thank you!
πΊπΈUnited States treckstar
#10 patch works for me in Drupal 10.2.5 and Drupal 10.3.0
For me, what I was testing was, Content Block being translated to Bloc de contenu from English to French.
If Content Block was selected as a category in English, then Bloc de contentu would not be selected in French.
The patch on comment #10 resolved this without having to modify the translation.
#12 patch unfortunately didn't seem to work for me in Drupal 10.
Thank you all!
πΊπΈUnited States treckstar
Thanks, worked perfectly when trying to update a Drupal 9 site to Drupal 10, that had swiftmailer installed.
drush cim
In ExtensionList.php line 524:
The module swiftmailer does not exist.
drush cdel core.extension module.swiftmailer
[success] The configuration was imported successfully.