Attached patch makes widget label translatable. Some other properties, like #required, are obsolote here as well, but #required does not create problems like title does so this patch does not touch those.

CommentFileSizeAuthor
translatable_widget_title.patch934 bytesmikran

Comments

haydeniv’s picture

Status: Needs review » Fixed

I don't have a good way to test translations so I went ahead and applied this. Hopefully it doesn't break too many things.
7.x-2.x: http://drupalcode.org/project/select_or_other.git/commit/223b59b
7.x-3.x: http://drupalcode.org/project/select_or_other.git/commit/007d782

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 007d782 on 7.x-3.x, 8.x-3.x by haydeniv:
    Issue #1968638 by mikran: hook_field_widget_form implementation removed...
  • Commit 223b59b on 7.x-2.x, 7.x-3.x, 8.x-3.x by haydeniv:
    Issue #1968638 by mikran: hook_field_widget_form implementation label...