Skip to content

As an editor with a German locale I expect the label to stay upper case #3856

@xldrkp

Description

@xldrkp

Describe the bug

label and label_singular are transformed to lower case when they are upper case by intention in the config.yml. This is at least true for the German locale.

To Reproduce

Write label: Autor in the config.yml

Expected behavior

I expect the label of the field or panel to be "Autor"

Screenshots

Auswahl_021

Applicable Versions:

  • Netlify CMS version: 2.10.50
  • Git provider: GitLab
  • OS: Manjaro Linux
  • Browser version: Chromium 83.0.4103.61

CMS configuration

- label: "Metadaten des Artikels"
        name: "article"
        file: "content/de/metadata/article-metadata.inc.yml"
        fields:
          - { label: Titel, name: title, widget: string }
          - label: Autor_innen
            label_singular: Autor_in
            name: author
[...]
´´´

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions