diff --git a/willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml b/willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml new file mode 100644 index 00000000..c226bb49 --- /dev/null +++ b/willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml @@ -0,0 +1,2 @@ +bazinga_js_translation: + resource: "@BazingaJsTranslationBundle/Resources/config/routing/routing.yml" diff --git a/willdurand/js-translation-bundle/2.0/manifest.json b/willdurand/js-translation-bundle/2.0/manifest.json new file mode 100644 index 00000000..6aa41fe8 --- /dev/null +++ b/willdurand/js-translation-bundle/2.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "aliases": ["js-translation", "js-translator"] +}