Skip to content

FEATURE: Allow to translate labels#41

Merged
SimonPaidla merged 2 commits intotechdivision:masterfrom
dlubitz:translated-labels
Apr 13, 2026
Merged

FEATURE: Allow to translate labels#41
SimonPaidla merged 2 commits intotechdivision:masterfrom
dlubitz:translated-labels

Conversation

@dlubitz
Copy link
Copy Markdown
Contributor

@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
Copy Markdown

@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
@SimonPaidla SimonPaidla merged commit 3841243 into techdivision:master Apr 13, 2026
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