diff --git a/app/config/config.yml b/app/config/config.yml index 9b7c13973f..3c6474c1ff 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -139,3 +139,9 @@ jms_translation: output_dir: '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui/src/bundle/Resources/translations/' excluded_dirs: [Behat, Tests] output_format: "xliff" + admin_modules: + dirs: + - '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui-modules/src' + output_dir: '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui-modules/Resources/translations/' + excluded_dirs: [Behat, Tests] + output_format: "xliff" diff --git a/composer.json b/composer.json index 7f3ac9ecd5..bf9a5508ce 100644 --- a/composer.json +++ b/composer.json @@ -75,6 +75,7 @@ "eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", + "@php bin/console bazinga:js-translation:dump --merge-domains", "@php bin/console assetic:dump" ], "post-install-cmd": [