- Issue created by @quietone
alexpott pointed out that the following line "is highly unlikely to have ever resulted in a translation" This issue to is review the expectation of the string passed to \Drupal\Core\FileTransfer\FileTransferException being translated and change the code as needed.
catch (FileTransferException $e) {
$message = t($e->getMessage(), $e->arguments);
In core/lib/Drupal/Core/Updater/Updater.php
Follow up from
#3123067: Fix 'Drupal.Semantics.FunctionT.NotLiteralString' coding standard →
TBD
Investigate what is being translated here and decide if a change is needed
Review
Active
11.0 🔥