steinbauerit/neos-deepltranslate

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

DeepL Translation for Neos nodes.

0.0.7 2024-02-26 15:01 UTC

This package is not auto-updated.

Last update: 2024-04-22 15:38:28 UTC


README

Caution: This package is in development!

Installation

Just run:

composer require steinbauerit/neos-deepltranslate

Configuration

SteinbauerIT:
  Neos:
    DeepLNodeTranslate:
      authKey: 'your-auth-key'
      nodeTypes:
        'Neos.NodeTypes:Headline':
          label: Headline
          properties:
            - title
        'Neos.NodeTypes:Text':
          label: Text
          properties:
            - text
      prefer:
        en: 'en-GB'

Author