PHPackages                             vendic/module-deepl-forked - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. vendic/module-deepl-forked

ActiveMagento2-module[Localization &amp; i18n](/categories/localization)

vendic/module-deepl-forked
==========================

Magento 2 Extension for Translation via Deepl API

2.0.0.12(4y ago)25.8k↑248.5%1PHPPHP ~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0

Since Aug 16Pushed 2mo agoCompare

[ Source](https://github.com/Vendic/magento2-deepl)[ Packagist](https://packagist.org/packages/vendic/module-deepl-forked)[ RSS](/packages/vendic-module-deepl-forked/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (16)Used By (0)

Magento 2 Aromicon DeepL Translate
==================================

[](#magento-2-aromicon-deepl-translate)

This Magento 2 module extends your shop with the possibility to automatically translate CMS pages, CMS blocks, products, attributes, ratings and categories with the help of DeepL API.

 [![](https://camo.githubusercontent.com/dd4650e4128e669cdd0ce21476d32425d43b2d599a0f7d2abf1e784e3ce448b0/68747470733a2f2f7777772e61726f6d69636f6e2e64652f6d6167656e746f2d646f776e6c6f61642d657874656e73696f6e732d6d6f64756c65732f6d656469612f636174616c6f672f70726f647563742f612f722f61726f6d69636f6e5f646565706c5f6d6167656e746f325f657874656e73696f6e5f626f782e6a7067)](https://camo.githubusercontent.com/dd4650e4128e669cdd0ce21476d32425d43b2d599a0f7d2abf1e784e3ce448b0/68747470733a2f2f7777772e61726f6d69636f6e2e64652f6d6167656e746f2d646f776e6c6f61642d657874656e73696f6e732d6d6f64756c65732f6d656469612f636174616c6f672f70726f647563742f612f722f61726f6d69636f6e5f646565706c5f6d6167656e746f325f657874656e73696f6e5f626f782e6a7067)

A DeepL API Key is required and can be created [here](https://www.deepl.com/pro?cta=header-prices#developer/)

### FREE DEEPL API KEY + 500.000 Words monthly

[](#free-deepl-api-key--500000-words-monthly)

You can register for new Deepl Free API [here](https://www.deepl.com/pro?cta=header-prices#developer/)

Currently Supported Languages:

- BG - Bulgarian
- CS - Czech
- DA - Danish
- DE - German
- EL - Greek
- EN - English
- ES - Spanish
- ET - Estonian
- FI - Finnish
- FR - French
- HU - Hungarian
- ID - Indonesian
- IT - Italian
- JA - Japanese
- KO - Korean
- LT - Lithuanian
- LV - Latvian
- NB - Norwegian (Bokmål)
- NL - Dutch
- PL - Polish
- PT - Portuguese (all Portuguese varieties mixed)
- RO - Romanian
- RU - Russian
- SK - Slovak
- SL - Slovenian
- SV - Swedish
- TR - Turkish
- UK - Ukrainian
- ZH - Chinese

Installation
------------

[](#installation)

### Requirements

[](#requirements)

Magento CE &gt; 2.2.5

### Composer

[](#composer)

Go to Magento 2 Root Folder and execute following commands as web user (mostly www-data).

```
composer config repositories.aromicon_deepl vcs git@github.com:aromicon/magento2-deepl.git
composer require aromicon/module-deepl
bin/magento module:enable Aromicon_Deepl
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:enable (only needed, if caches were enabled before)

```

### Manual (not recommended)

[](#manual-not-recommended)

Go to your Magento 2 root directory and create a folder app/code/Aromicon/Deepl. Extract Archive to this folder and execute following commands as web user (mostly www-data).

```
bin/magento module:enable Aromicon_Deepl
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:enable (only needed, if caches were enabled before)

```

Magento 2 Configuration
-----------------------

[](#magento-2-configuration)

Aromicon Deepl Translation Configuration can be found under `Stores > Configuration > Aromicon > Deepl Translate`

First, you need to Specifiy your Default Storeview, this is your storeview where you normally add your content ind your default language.

Second, you need to chosse between API Version wih depends on Your Account. You can choose "Free" or "Pro"

Third, you need to enter your API Key provided by [DeepL Pro](https://www.deepl.com/pro.html).

You can also configure, which fields should be translated by default for CMS Pages, Products and Categories.

Usage
-----

[](#usage)

All translation will be added per storeview. The target language will be recieved from your storeview locale settings.

### Translate Magento 2 CMS Blocks

[](#translate-magento-2-cms-blocks)

Goto `Content > CMS > Blocks` and open the block, you want to translate. At the edit form on top right corner, there will be a new Translate Button. Select the Storeview, where the Block should be translated and copied. By Default the block will be copied to selected storeview and the Title and Content will be translated.

### Translate CMS Pages

[](#translate-cms-pages)

Goto `Content > CMS > Pages` and open the page, you want to translate. At the edit form on top right corner, there will be a new Translate Button. Select the Storeview, where the Block should be translated and copied. By Default the page will be copied to selected storeview and the Title, Url Key, Meta Information and Content will be translated.

### Translate Attributes

[](#translate-attributes)

All Magento 2 Attributes can be translated, but only the Store Labels will be translated. If the attribute is a dropdown or multiselect attribute, without a custom source model, the option walues will be translated as well.

Goto `Stores > Attributes > Product` and select the needed attribute. Use the translate button on top right corner.

### Translate Magento 2 Categories

[](#translate-magento-2-categories)

Name, Page Title, Content, Url Key and Meta Information will be translated on Categories. If you open a Category you will see the Translate button on top right corner. Translated Content will be copied to the selected storeview.

### Translate Products

[](#translate-products)

By Default Name, Short Description, Description, Url Key and Meta Information will be translated. You can also configure all attributes of type text or textarea to be translated as well. Just go to your Product Edit View and hit the Translate Button for your desired storeview. Translated data will be copied to selected storeview.

### Translate Products Reviews

[](#translate-products-reviews)

Product Reviews can be translated too. Just go to `Marketing > User Content > Reviews` and open a review, then select a storeview from the Translate Button.

Aromicon Deepl Pro
------------------

[](#aromicon-deepl-pro)

You are looking for Batch Translation from Backend or Console? Try our [Aromicon Translate Pro Magento 2 Module](https://www.aromicon.de/magento-download-extensions-modules/de/magento-2-translate-pro.html)

Support
-------

[](#support)

Pull request, issues and features are always welcome.

We ❤ Magento. by \[aromicon\]()
Made by \[aromicon\]()

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance58

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 65.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~125 days

Recently: every ~70 days

Total

11

Last Release

1620d ago

PHP version history (3 changes)2.0.0PHP ~7.0.0|~7.1.0|~7.2.0

2.0.0.3PHP ~7.0.0|~7.1.0|~7.2.0|~7.3.0

2.0.0.6PHP ~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/459ec352617fd5a9f46070338b99ed03828fc902eb0a361aed717576e67bd2c4?d=identicon)[TjitseE](/maintainers/TjitseE)

---

Top Contributors

[![SRaromicon](https://avatars.githubusercontent.com/u/1770031?v=4)](https://github.com/SRaromicon "SRaromicon (59 commits)")[![frank-bokdam](https://avatars.githubusercontent.com/u/46452308?v=4)](https://github.com/frank-bokdam "frank-bokdam (19 commits)")[![Tjitse-E](https://avatars.githubusercontent.com/u/14849044?v=4)](https://github.com/Tjitse-E "Tjitse-E (4 commits)")[![theuargb](https://avatars.githubusercontent.com/u/83121880?v=4)](https://github.com/theuargb "theuargb (3 commits)")[![valeriikhilinich](https://avatars.githubusercontent.com/u/54831542?v=4)](https://github.com/valeriikhilinich "valeriikhilinich (2 commits)")[![OlgaVendic](https://avatars.githubusercontent.com/u/174311660?v=4)](https://github.com/OlgaVendic "OlgaVendic (1 commits)")[![Hawksama](https://avatars.githubusercontent.com/u/46504593?v=4)](https://github.com/Hawksama "Hawksama (1 commits)")[![Zaahed](https://avatars.githubusercontent.com/u/39271781?v=4)](https://github.com/Zaahed "Zaahed (1 commits)")

### Embed Badge

![Health badge](/badges/vendic-module-deepl-forked/health.svg)

```
[![Health](https://phpackages.com/badges/vendic-module-deepl-forked/health.svg)](https://phpackages.com/packages/vendic-module-deepl-forked)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8064.7M49](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3017.9k](/packages/mage-os-module-automatic-translation)[smile/module-elasticsuite-cms-search

Smile Elasticsuite - Cms Pages Search Module for Smile Elasticsuite.

25966.8k1](/packages/smile-module-elasticsuite-cms-search)[emico/m2-attributelanding

Attribute landing pages for Magento 2

17263.2k10](/packages/emico-m2-attributelanding)[aromicon/module-deepl

Magento 2 Extension for Translation via Deepl API

1416.0k](/packages/aromicon-module-deepl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
