I realize the current D8 version is outdated, but nonetheless:

Below line contains a !type placeholder. This is no longer supported. You need to use @type or %type.

lang_dropdown/lib/Drupal/lang_dropdown/Plugin/Derivative/LanguageDropdownBlock.php:      $this->derivatives[$type]['admin_label'] = t('Language dropdown switcher (!type)', array('!type' => $info[$type]['name']));
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

johnv created an issue. See original summary.

anish_zyxware’s picture

Status: Active » Needs review
FileSize
978 bytes

Attached a patch to fix the issue.

anish_zyxware’s picture

Better patch. Fixed the !type placeholder for all files.

borisson_’s picture

Status: Needs review » Closed (outdated)

We recently committed a patch, I don't think this still applies. If it does - please reopen.