Do not update config translations if existing_config flag is used

Created on 30 June 2019, about 6 years ago
Updated 24 January 2023, over 2 years ago

When Drupal is installed, the locale module updates translations, including the configuration ones.

If the existing_config flag is used (e.g. drush site:install --existing-config):

  • The config sync directory already contains the config translations, so it does not make sense to update them.
  • The resulting installation will have config changes, which may break CI.

A proposal would be to only import config translations if there is no existing_config flag.

๐Ÿ“Œ Task
Status

Needs work

Version

10.1 โœจ

Component
Localeย  โ†’

Last updated 4 days ago

Created by

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States smustgrave

    This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request โ†’ as a guide.

    The code is still relevant for D10
    Will need a test case to show this behavior though.

Production build 0.71.5 2024