It's not possible to translate the submit_text and dropzone_description configuration fields but should be. This is a problem with the entity_browser module as well. See the related issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2997918-2-widget-provided-by-eb-widget-is-not-translatable.patch | 1.13 KB | dylan donkersgoed |
Comments
Comment #2
dylan donkersgoed commentedPatch attached. Just need to update dropzonejs_eb_widget.schema.yml to use text instead of string for the translatable fields.
Comment #3
primsi commentedTested, works as far as I can tell.
Comment #5
primsi commentedComment #6
berdirfor description it probably makes sense, but submit_text would probably make more sense as a type: label (=textfield), text is a textarea.
But not a big deal this way around, using label when it should be text is a bigger problem.