Add JMS translation tools

This commit is contained in:
Romain Neutron
2013-11-25 15:58:55 +01:00
parent 2ba164701d
commit 458aac8dd8
9 changed files with 351 additions and 3 deletions

View File

@@ -75,6 +75,8 @@ if ($cli['configuration.store']->isSetup()) {
}
}
$cli->command(new \Alchemy\Phrasea\Command\Developer\TranslationDumper());
$cli->command(new InstallAll());
$cli->command(new BowerInstall());
$cli->command(new ComposerInstall());