digitalpulsebe / craft-multi-translator
Translate content of elements using the external services
Installs: 1 306
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 4
Open Issues: 4
Type:craft-plugin
Requires
- craftcms/cms: ^5.0.0-alpha.1
- deeplcom/deepl-php: ^1.5
- google/cloud-translate: ^1.16
- dev-develop
- 2.10.7
- 2.10.6
- 2.10.5
- 2.10.4
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.15.8
- 1.15.7
- 1.15.6
- 1.15.5
- 1.15.4
- 1.15.3
- 1.15.2
- 1.15.1
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-master
- dev-craft-4
- dev-craft-4-develop
- dev-craft-5
This package is auto-updated.
Last update: 2025-03-28 12:59:40 UTC
README
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:
composer require digitalpulsebe/craft-multi-translator -w && php craft plugin/install multi-translator
when using DDEV:
ddev composer require digitalpulsebe/craft-multi-translator -w && ddev exec php craft plugin/install multi-translator
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.