Problem/Motivation

Some field labels are not translatable in standard profile.

Proposed resolution

Standard Profile has a few fields with "langcode: und" but the actual language is English. Replace "und" with "en". This makes all field translatable with Config Translation.

Remaining tasks

User interface changes

API changes

Comments

webflo’s picture

Status: Active » Needs review
StatusFileSize
new2 KB
webflo’s picture

Title: Set proper langcode in config files from standard profile » Set proper langcode in shipped config files
StatusFileSize
new2.47 KB

Found another config file in views.

robertdbailey’s picture

Status: Needs review » Reviewed & tested by the community

I reviewed the changes ('en' -> 'und) in the code, and everything looks good:

- confirmed the langcodes represent the language of the config files themselves, rather than elements within the config files that reference elements that should have been left as language-neutral.

- confirmed there are no additional langcodes that should have been included in the patch but were not.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 356ebc9 and pushed to 8.0.x. Thanks!

  • alexpott committed 356ebc9 on 8.0.x
    Issue #2350431 by webflo: Fixed Set proper langcode in shipped config...
gábor hojtsy’s picture

Issue tags: -sprint +language-config

Status: Fixed » Closed (fixed)

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