Skip to content

Conversation

dlubitz
Copy link

@dlubitz dlubitz commented May 21, 2025

This PR adds a new feature to translate labels into the Neos UI language. The translation keys get cofigured in the setting with the translation id.

TechDivision:
  CkStyles:
    InlineStyles:
      presets:
        'fontColor':
          label: Vendor.Package:Main:inlinestyles.fontcolor.label
          options:
            'primary':
              label: Vendor.Package:Main:inlinestyles.fontcolor.options.red
              cssClass: 'my-class-red'
            'secondary':
              label: Vendor.Package:Main:inlinestyles.fontcolor.options.green
              cssClass: 'my-class-green'

Copy link

@Sebobo Sebobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good by reading

@SimonPaidla SimonPaidla self-assigned this Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants