Problem/Motivation
During the translation process, I encountered an error: "Expected 'splitting_tags' parameter to be an array of strings."
Upon reviewing the documentation here, I noticed that the non_splitting_tags, splitting_tags, and ignore_tags parameters are described as "Comma-separated list of XML tags," yet their data type is specified as "array[string]."
To resolve this, we need to convert the comma-separated list into an array of strings.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3504770-new-data-format-2.29.patch | 1.65 KB | igor mashevskyi |
Issue fork tmgmt_deepl-3504770
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
igor mashevskyi commentedThis patch should fix the issue for the 2.29 version
Comment #3
igor mashevskyi commentedAlso, I'll be grateful if someone writes MR for 2.2.x-dev version
Comment #4
steffenrComment #7
steffenr@igor mashevskyi: Thanks for you patch. I've created an MR and merged the changed into the latest 2.2.x release.
Comment #8
steffenr