I found my fields' labels on 'admin/config/regional/translate/translate' page because they are outputed with t() in _add_existing_field select list.
The user finds field label on 'admin/config/regional/translate/translate' page, translates it and expects that this translation will appear in entity view but it doesn't according to #1157426: Field system uses t() incorrectly and inconsistently.
After all this translated label is set as default label for new instance of existing field which not always useful.

Came from here: http://drupal.stackexchange.com/questions/36065/interface-translation-of...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Devin Carlson’s picture

Version: 7.x-dev » 8.x-dev
Status: Active » Needs review
Issue tags: +Needs backport to D7
FileSize
653 bytes

Rerolled for Drupal 8.

Devin Carlson’s picture

Issue tags: +Novice

This looks like a good novice issue (check if the old patch still applies, check if any translation issues occur as a result of the change, reroll or update as necessary).

JulienD’s picture

I just regenerated your patch and I didn't find any other occurrences

webflo’s picture

Issue tags: +D8MI
webflo’s picture

Status: Needs review » Reviewed & tested by the community

Field labels should be localized in CMI and not through t().

JulienD’s picture

#3: remove-t-for-label-1672694-3.patch queued for re-testing.

catch’s picture

Version: 8.x-dev » 7.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Committed/pushed to 8.x, thanks!

jibran’s picture

D7 patch

jibran’s picture

Status: Patch (to be ported) » Needs review

status updated

michaelmol’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed and tested. Patch looks fine.

David_Rothstein’s picture

Status: Reviewed & tested by the community » Fixed

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

colan’s picture