- Issue created by @laura.j.johnson@gmail.com
- Merge request !147fix: #3453331 update recipeconfiginstaller and add translated config test β (Open) created by Unnamed author
- π¨π¦Canada laura.j.johnson@gmail.com Toronto
I added a MR with an update to RecipeConfigInstaller to install config in collections if provided. It works, although I'm not sure if there should be more to it than that, ie does the config in collections also need the dependency manager.
I added an example_translation recipe and an automated test.
- Status changed to Needs review
6 months ago 3:11am 8 June 2024 - Status changed to Needs work
5 months ago 11:03am 26 June 2024 - π¬π§United Kingdom alexpott πͺπΊπ
I think supporting this is fine. I'm not sure it is going to be used that much (in the same way it is not used much for module's either).
- π¬π§United Kingdom alexpott πͺπΊπ
OTOH - maybe we should consider not supporting this. Translating recipes needs thinking about.
- πͺπΈSpain cbccharlie
If the idea is for the recipes to allow adding new functionalities to a portal and considering that Drupal is a multilingual system, I personally think it is most sensible for the recipes to take translations into account. Otherwise, in multilingual portals, you will be adding incomplete functionalities, requiring manual configurations.
- Merge request !165Allow applying recipes on sites where the default language is not english β (Open) created by cbccharlie
- πͺπΈSpain cbccharlie
I created a branch from Laura's adding some changes to allow applying English recipes on portals where the default language is not English.