We use this module extensively on multiple multilingual websites. We prefer using this module over the default paragraphs translation because the content can be different on all translated nodes.
We use the method as described on the module page:
- On the paragraph field: enable 'Users may translate this field' (ignore the warning)
- Select Paragraphs Classic Asymmetric on the Manage form display
The module is working as expected.
There's one drawback: on every field of the translated paragraphs content, it shows 'all languages'. This is confusing for the editors. And also, it's not correct: this content only exists for one language.
Ideally, there should be a setting to hide the 'all languages' message when the Paragraphs asymmetric translation widgets is used.
Comments
Comment #2
heine commentedWe use the submitted minimal patch to prevent this message from showing. I'm pretty sure this check can be hoisted so the foreach won't run on translatable paragraphs with untranslatable fields. The comments in 493-498 are quite confusing though, so leaving this with a minimal patch.
Comment #3
bramvandenbulcke commentedI've tested the patch on one install and it's working without a problem. Thanks Heine!
Comment #5
weseze commentedThis is now fixed and will be in the upcoming 1.0 release.