Config Filter: Ignore Disabled Languages
This module prevents Drush from exporting or importing configuration files for languages that are not installed on a Drupal site. This is especially useful in multisite setups where different sites share the same codebase but have varying enabled languages, ensuring that language-specific configurations are handled correctly.
Use this module with multisite setup where you have sites sharing the same config, but with different enabled languages.
The module prevents Drush from exporting/importing config files of languages that are not installed. This is particularly useful in Drupal multisite setup where you have multiple sites with in the same codebase, but each site has different enabled languages.
This module fixes this issue: #2917048: Complete split Language not working