2017 © Pedro Peláez
 

library translation-ui-bundle

A different UI for the JMSTranslationBundle

image

mopro/translation-ui-bundle

A different UI for the JMSTranslationBundle

  • Tuesday, February 9, 2016
  • by futurecat
  • Repository
  • 2 Watchers
  • 5 Stars
  • 405 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MoproTranslationUIBundle

A different UI for the JMSTranslationBundle., (*1)

Installation

  • Install the bundle through composer, (*2)

    composer require mopro/translation-ui-bundle
    php app/console assets:install
  • Instanciate the bundle for the dev environment, (*3)

    if ('dev' === $this->getEnvironment()) {
        $bundles[] = new Mopro\Bundle\TranslationUIBundle\MoproTranslationUIBundle();
    }
  • Import routing in your app/config/routing_dev.yml file, (*4)

    mopro_translation_ui:
        resource: "@MoproTranslationUIBundle/Controller/"
        type:     annotation

(The routing will conflict with the existing JMSTranslation UI, so remove the routes imports if needed), (*5)

Usage

Go to http://your.website/app_dev.php/_trans and start translating., (*6)

Development

This bundle relies on Javascript. It uses all the cool things we have in 2016 (see package.json file for a list of dependencies). If you want to develop, make sure you have at least node and npm installed. Then, you will need to run these command:, (*7)

npm install -g webpack
npm install

In order to generate the javascript file, you will need to run the webpack command., (*8)

Remember to symlink your assets by using the php app/console assets:install --symlink command, (*9)

LICENSE

See LICENSE file., (*10)

The Versions

09/02 2016

dev-master

9999999-dev

A different UI for the JMSTranslationBundle

  Sources   Download

MIT

The Requires

 

09/02 2016

0.2.0

0.2.0.0

A different UI for the JMSTranslationBundle

  Sources   Download

MIT

The Requires

 

09/02 2016

0.1.0

0.1.0.0

A different UI for the JMSTranslationBundle

  Sources   Download

MIT

The Requires