steinbauerit/neos-deepltranslate

There is no license information available for the latest version (0.1.1) of this package.

DeepL Translation for Neos nodes.

0.1.1 2024-08-13 06:20 UTC

This package is not auto-updated.

Last update: 2025-01-28 08:26:08 UTC


README

Caution: This package is in development!

Installation

Just run:

composer require steinbauerit/neos-deepltranslate

Configuration

SteinbauerIT:
  Neos:
    DeepLNodeTranslate:
      configuration:
        sourceDimensionKeys:
          - language
        targetDimensionKeys:
          - language
        sourceDimensions:
          language:
            - de
            - en
        targetDimensions:
          language:
            - de
            - en
      authKey: 'your-auth-key'
      nodeTypes:
        'Neos.NodeTypes:Headline':
          label: Headline
          properties:
            - title
        'Neos.NodeTypes:Text':
          label: Text
          properties:
            - text
      prefer:
        en: 'en-GB'

Author