\Drupal\system\Form\ModulesListConfirmForm::buildMessageList()
contains:
$items[] = $this->formatPlural(count($dependencies), 'You must enable the @required module to install @module.', 'You must enable the @required modules to install @module.', [
and
\Drupal\system\Form\ThemeExperimentalConfirmForm::buildForm()
contains:
$items[] = $this->formatPlural(count($dependencies), 'You must enable the @required theme to install @theme.', 'You must enable the @required themes to install @theme.', [
This results in:
You must enable the foo, bar, baz themes to install Claro.
This is awkward/bad English.
Improve to:
You must enable the foo, bar and baz themes to install Claro.
Active
11.0 π₯
extension system
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.