Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module automatically synchronizes configuration translations across your Drupal environments. It ensures that translated content configurations remain consistent after imports, deployments, or updates, preventing loss of translation data.

Config Translation Sync provides automated synchronization of configuration translations across environments. It extends the core Config Translation module by ensuring that multilingual configuration remains consistent after imports, deployments, or updates.

Features

  • Automatically synchronizes translated configuration during every configuration import.
  • Allows manual re‑synchronization at any time via Drush (drush crst).
  • Supports include and exclude patterns for fine‑grained control.
  • Respects enabled languages or allows restricting to specific language codes.
  • Logs changes for transparency and debugging.

Drush examples

  • Run synchronization manually:
    drush crst
    
  • Resynchronize only specific configs:
    drush crst --config-names=system.site,views.view.frontpage
    
  • Exclude certain configs:
    drush crst --config-names=views.view.* --exclude=views.view.frontpage
    
  • Restrict synchronization to specific languages:
    drush crst --langcode=ru,en
    

Use cases

  • Keep translated configuration consistent between local, staging, and production environments.
  • Ensure that translations are not lost when deploying configuration changes.
  • Automate translation synchronization as part of deployment scripts.

Requirements

Drupal core config_translation module must be enabled.

Activity

Total releases
4
First release
Nov 2025
Latest release
4 weeks ago
Releases (12 mo)
4 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.0.2 Stable Jun 19, 2026
1.0.1 Stable Dec 10, 2025
1.0.0 Stable Nov 14, 2025
1.0.x-dev Dev Nov 4, 2025