litstack / deeplable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Litstack Deeplable - DeepL Translator

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

About


Languages

Language:PHP 100.0%