- Issue created by @tommasorandazzo
When translating custom Yes/No options, the WebformTranslationConfigManager does not retain "No" as the translated label (since it matches the default language's label), and repeats the first label for both options (ex. "Sí" is the label for both Yes and No).
When attempting to leave the translated label empty (ex. leaving "No"'s label translation field empty), the option is omitted altogether (only "Sí"/Yes is available).
Reloading the form again after saving gives this:
Option 1.
Determine why the webform is defaulting to the other option's label. Update to instead use the default language's label when no translation label is present.
Option 2.
Create exceptions for cognates (potentially as a form option somewhere in the Webform settings, or similar).
Active
6.2
Code