Problem/Motivation

The latest release is not compatible with Drupal 11.

Proposed resolution

upgrade_status finds these problem:

web/modules/contrib/drush_language/src/Service/DrushLanguageCliService.php 138 File core/modules/locale/fetch.inc could not be loaded from Drupal\Core\Extension\ModuleHandlerInterface::loadInclude
web/modules/contrib/drush_language/drush_language.info.yml 4 Value of core_version_requirement: ^8.7.7 || ^9 || ^10 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
CommentFileSizeAuthor
#4 with-mr.png16.34 KBsarwan_verma
#4 with-out-mr.png105.01 KBsarwan_verma
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

prudloff created an issue. See original summary.

prudloff’s picture

Status: Active » Needs review
sarwan_verma’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new105.01 KB
new16.34 KB

Hi,
I have reviewed the MR!1 and confirmed that it works as expected for Drupal 11.
I have also attached a screenshot for clarity.
I have moved it to RTBC++.
Thanks!

randy.houlahan@cbd.int’s picture

Any movement on this? This is the last module holding me from D11.

prudloff’s picture

Note that this module can more or less be replaced by native Drush commands:
https://www.drush.org/12.4.3/commands/locale_import-all/
https://www.drush.org/12.4.3/commands/locale_export/

rcodina’s picture

I have tested the new commands and they are really a replacement but you have to use the override paramater:

drush locale:import-all CUSTOM_TRANSLATION_PATH --override=all

carlos romero made their first commit to this issue’s fork.