- Issue created by @claudiu.cristea
Webforms are a mess when it comes to translation. They are huge serialized YAMLs and is quite impossible to handle them as a string. We need a special treatment for webforms.
Other modules are also treating webforms as an exception, see tmgmt_config_config_schema_info_alter().
Use the Babel translation form and try to translate a webform
babel_webform
which provides a webform
plugin. The plugin knows to extract from webforms the source strings as separate Babel sources. On translation, knows on how to assemble back the big YAML to be stored in the config language collection.None.
None.
New webform
plugin.
None.
Active
1.0
Code