marcaddeo β created an issue.
Added a MR that addresses the issue with Chinese.
marcaddeo β made their first commit to this issueβs fork.
@chucksimply: The patch applies cleanly. The problem is Drupal adds packaging info to the info file when downloading the dist version.
Checkout #16 and #17 for more info and solutions.
@codebymikey: THANK YOU! That's super helpful.
I was just 85% through re-hosting a fork of this repo on GitHub with the patches applied to get around this, but your solution is easier haha.
Also need this to get merged to D10 compatibility.
As a workaround, you can apply this patch but you will have to make sure to add this to your composer.json
:
"preferred-install": {
"drupal/views_fieldsets": "source"
}
However... If you use Pantheon, or another service which runs the composer install command for you, the --prefer-dist
flag will override that workaround and you won't be able to patch the .info.yml
file because Drupal adds packaging information to that file (
https://www.drupal.org/project/drupalorg/issues/3066468
π
Packaging info from .info.yml often creates conflicts when patching (ddo)
Active
).
So... Would be really nice to get this merged!
marcaddeo β created an issue.