PHPackages                             setono/sylius-fragment-translation-plugin - 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. setono/sylius-fragment-translation-plugin

ActiveSylius-plugin[Localization &amp; i18n](/categories/localization)

setono/sylius-fragment-translation-plugin
=========================================

Will translate fragments of text automatically

v0.3.3(1y ago)216.6kMITPHPPHP &gt;=7.4CI failing

Since Jul 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusFragmentTranslationPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-fragment-translation-plugin)[ RSS](/packages/setono-sylius-fragment-translation-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (26)Versions (10)Used By (0)

Sylius Fragment Translation Plugin
==================================

[](#sylius-fragment-translation-plugin)

[![Latest Version](https://camo.githubusercontent.com/4011752048698f12965aabeea06122206155d1c29f68e74de2fcb4fa345d0461/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d667261676d656e742d7472616e736c6174696f6e2d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-fragment-translation-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/69c93b25dc43ce03412f23b233567862e4073ed8fd922fc0e3232f1f42b2416e/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d667261676d656e742d7472616e736c6174696f6e2d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-fragment-translation-plugin)[![Software License](https://camo.githubusercontent.com/26520b421f349985f0504b6b7432da60e7ab64f73c4cc5d470af1a316e3614fc/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d667261676d656e742d7472616e736c6174696f6e2d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusFragmentTranslationPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusFragmentTranslationPlugin/actions)

Will translate fragments of text automatically.

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

[](#installation)

### Step 1: Install dependencies

[](#step-1-install-dependencies)

This plugin uses the [Doctrine ORM Batcher bundle](https://github.com/Setono/DoctrineORMBatcherBundle). Install that first.

### Step 2: Download the plugin

[](#step-2-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
$ composer require setono/sylius-fragment-translation-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 3: Enable the plugin

[](#step-3-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php` file of your project before (!) `SyliusGridBundle`:

```
