RecipeConfigInstaller should process translation config files

Created on 8 June 2024, 6 months ago
Updated 6 September 2024, 3 months ago

Problem/Motivation

RecipeConfigInstaller should process translation files the same way the normal ConfigInstaller does, ie adding files in collections within the config directory (in this case, config/language/[langcode] should install the config in that collection.

Steps to reproduce

Create a recipe that installs the following modules:
- node
- language
- config_translation

Config should look like:
language/[langcode]/[translated_simple_config].settings.yml
language.entity.[langcode].yml
[simple_config].settings.yml

- Verify that when you apply the recipe, the config in the root gets processed, but the config in the collection doesn't.

Proposed resolution

Update RecipeConfigInstaller to import config in collections the same way ConfigInstaller does.

πŸ› Bug report
Status

Needs work

Version

11.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada laura.j.johnson@gmail.com Toronto

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024