Skip to content

Node creation dialog element labels translation not working #1539

Closed
@DrillSergeant

Description

@DrillSergeant

Seems labels with value "i18n" are not translated. Instead "i18n" is used as a fixed value.

Steps to reproduce:

  • Add configuration to a node that adds an element to the node creation dialog:

    creationDialog:
      elements:
        date:
          type: DateTime
          ui:
            label: i18n
            editor: 'Neos.Neos/Inspector/Editors/DateTimeEditor'
            editorOptions:
              format: 'd.m.Y'
  • Create a node (of the type you just added the creation dialog element for)

Expected result:
I see the element in the dialog with a translated label (or at least the i18n-key as fallback if no translation exists yet.

Actual result:
The string "i18n" is used as label:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions