- 🇮🇳India niranjan_panem Gurugram
kindly please provide detailed steps to reproduce the issue. given description not providing issue summary and details to solution.
Config translation requires that a base_route_name is provided for the config object being translated.
This is used to build up the UI paths for translating the object:
$this->getBaseRoute()->getPath() . '/translate/{langcode}/add',
However, it provides it's own UI for those paths, and doesn't actually use the route specified.
This means that for modules like Views or Page Manager that ship with their UI as an optional module, you cannot translate those entities without their UI modules installed.
When a base_route_name isn't provided, use a default path within the /admin/config/regional/config-translation
section of the website.
Do it!
Config translation will be available even when optional UIs are turned off.
\Drupal\config_translation\ConfigMapperManager::processDefinition() will no longer throw an exception, which is neither documented nor explicitly tested.
N/A
Needs work
11.0 🔥
content_translation.module
Enhances developer experience.
Worse Than Failure. Approximates the unpleasant remark made by Drupal developers when they first encounter a particular (mis)feature.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
kindly please provide detailed steps to reproduce the issue. given description not providing issue summary and details to solution.