Skip to content

FEATURE: Inspector retranslation#86

Merged
mficzel merged 15 commits into
2.0from
inspectorRetranslation
Apr 20, 2026
Merged

FEATURE: Inspector retranslation#86
mficzel merged 15 commits into
2.0from
inspectorRetranslation

Conversation

@mficzel
Copy link
Copy Markdown
Member

@mficzel mficzel commented Apr 9, 2026

This package adds a Retranslate View to both Neos.Neos:Document and Neos.Neos:Node.

If the active language preset has options.referenceLanguage configured, the view checks whether the current
translation is up to date compared to that reference language. If it is outdated, editors can trigger a retranslation
directly in the inspector.

The resulting changes are created in the current workspace and can be reviewed via the normal editing and publishing workflow.

Example configuration:

Neos:
  ContentRepository:
    contentDimensions:
      'language':
        presets:
          'en':
            label: 'English'
            values: ['en']
            flag: 'english'
            options:
              referenceLanguage: 'de'

@mficzel
Copy link
Copy Markdown
Member Author

mficzel commented Apr 20, 2026

Bypassing as i am not the author of the commits so this actually has seen 6 👀

@mficzel mficzel merged commit dc1a712 into 2.0 Apr 20, 2026
3 checks passed
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.

2 participants