dev-master
9999999-devA different UI for the JMSTranslationBundle
MIT
The Requires
0.2.0
0.2.0.0A different UI for the JMSTranslationBundle
MIT
The Requires
0.1.0
0.1.0.0A different UI for the JMSTranslationBundle
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
A different UI for the JMSTranslationBundle
A different UI for the JMSTranslationBundle., (*1)
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)
Go to http://your.website/app_dev.php/_trans and start translating., (*6)
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)
See LICENSE file., (*10)
A different UI for the JMSTranslationBundle
MIT
A different UI for the JMSTranslationBundle
MIT
A different UI for the JMSTranslationBundle
MIT