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.

Command icon 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

igor mashevskyi created an issue. See original summary.

igor mashevskyi’s picture

Version: 2.2.x-dev » 2.2.9
Assigned: igor mashevskyi » Unassigned
Status: Active » Needs review
StatusFileSize
new1.65 KB

This patch should fix the issue for the 2.29 version

igor mashevskyi’s picture

Also, I'll be grateful if someone writes MR for 2.2.x-dev version

steffenr’s picture

Assigned: Unassigned » steffenr

  • steffenr committed 331eadc8 on 2.2.x
    Issue #3504770 by igor mashevskyi: New data format for...
steffenr’s picture

Version: 2.2.9 » 2.2.x-dev
Status: Needs review » Fixed

@igor mashevskyi: Thanks for you patch. I've created an MR and merged the changed into the latest 2.2.x release.

steffenr’s picture

Assigned: steffenr » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.