Problem/Motivation
When trying to translate a custom field, the labels of the subfields do not appear anymore so the translation is not possible (it was in a previous version some moths ago, but I don't know which one).
Also in the field settings translation form, each "Custom field settings" section does not mention which is the subfield that is being translated.
Steps to reproduce
Create a custom field with some subfields and try to translate them: help text, suffix and post fix are translatable, label is not.
Proposed resolution
a fix
Remaining tasks
n/a
User interface changes
the fix
API changes
no
Data model changes
tbd
Issue fork custom_field-3558252
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 #4
apmsooner commentedThe patch should make the label translatable. Unfortunately, I don't have an immediate way of labeling the settings sections but they should be identifiable in the manage display / manage form display settings where you can also override the label values.
Comment #5
giuse69 commentedWith the patch it works again, thanks
Comment #6
apmsooner commentedThanks for the report and testing.