litstack/deeplable

v0.7.3 2023-09-28 10:56 UTC

README

A package to automatically translate CRUD models and forms in litstack via the DeepL api.

Setup

Install the package via composer.

composer require litstack/deeplable

Please follow the steps for setting up the aw-studio/laravel-deeplable package.

Usage

The package ships with 2 actions:

  • Litstack\Deeplable\TranslateAction - Translates a single model/form
  • Litstack\Deeplable\TranslateAllAction - Translates all models configured in the deeplable.models config

Example:

$page->headerLeft()->action('Übersetzen', TranslateAction::class);

You may add the following models to the deeplable.models config:

  • Ignite\Crud\Models\Form
  • Ignite\Crud\Models\Repeatable