twin-elements/admin-translator

Admin translator for CMS

v1.0.1 2022-07-29 11:06 UTC

This package is auto-updated.

Last update: 2024-04-29 04:41:18 UTC


README

##Installation

###Step 1: Download the Bundle

composer require twin-elements/admin-translator

###Step 2: If you do not use TwinElements/AdminBundle, enable the service

#config/services.yaml
services:
    TwinElements\Component\AdminTranslator\AdminTranslator:
        bind: '%admin_locale%'