Download the PHP package digitalpulsebe/craft-deepl-translator without Composer
On this page you can find all versions of the php package digitalpulsebe/craft-deepl-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitalpulsebe/craft-deepl-translator
More information about digitalpulsebe/craft-deepl-translator
Files in digitalpulsebe/craft-deepl-translator
Package craft-deepl-translator
Short Description Translate content of elements using the external services
License proprietary
Informations about the package craft-deepl-translator
Multi Translator
Translate content of elements using external services
Requirements
This plugin requires Craft CMS 4.4.0 or later, and PHP 8.0.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Multi Translator”. Then press “Install”.
With Composer
Open your terminal and run the following commands:
when using DDEV:
Translation Services
For now, we support these API services:
- Deepl - Create your account at Deepl to get an API Key
- with support for Glossaries
- Google Cloud Translation - Create an API key in your Cloud Console
- OpenAI (ChatGPT) - Create an API key in at OpenAI
Roadmap
Please let us now which API's and features are desired for this plugin!
Plugin Settings
Configure options in the Craft control panel settings
Permissions
For non-admin users, enable the permission 'Translate Content' under 'Multi Translator'
Supported field types
- craft\fields\PlainText
- craft\fields\Table
- craft\redactor\Field
- craft\ckeditor\Field
- verbb\vizy\fields\VizyField
- craft\fields\Matrix (recursive)
- benf\neo\Field (recursive)
- verbb\supertable\fields\SuperTableField (recursive)
- lenz\linkfield\fields\LinkField
- verbb\hyper\fields\HyperField
- nystudio107\seomatic\fields\SeoSettings
- ether\seo\fields\SeoField
Usage
There are two ways to trigger a translation.
Translate one-by-one
- Navigate to the entry and the desired target site/language.
- Use the buttons in the sidebar and select the source language.
Translate in bulk
- Navigate to overview of entries you want to get translated.
- Select the entries in the source language.
- Use the 'Translate to' dropdown in the actions bar and choose the target language
- A queue job will be started
Manage Glossaries
When using DeepL API, you can add a glossary for supported language pairs. When translating, the plugin will search a glossary for the appropriate source and target language. There can only be one glossary for each language pair.
All versions of craft-deepl-translator with dependencies
deeplcom/deepl-php Version ^1.5
google/cloud-translate Version ^1.16