Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
fixed translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rotter committed Jun 30, 2014
1 parent 6e0b31c commit 3eb4c52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 33 deletions.
3 changes: 0 additions & 3 deletions app/admin/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ public function registerBundles()
new Sulu\Bundle\ContactBundle\SuluContactBundle(),
new Sulu\Bundle\SecurityBundle\SuluSecurityBundle(),
new Sulu\Bundle\TagBundle\SuluTagBundle(),
new Sulu\Bundle\CategoryBundle\SuluCategoryBundle(),
new Sulu\Bundle\ContentBundle\SuluContentBundle(),
new Sulu\Bundle\MediaBundle\SuluMediaBundle(),
new Sulu\Bundle\TranslateBundle\SuluTranslateBundle(),
new Sulu\Bundle\ProductBundle\SuluProductBundle(),

// enable cmf bundles
new Doctrine\Bundle\PHPCRBundle\DoctrinePHPCRBundle(),
Expand Down
18 changes: 0 additions & 18 deletions app/admin/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,3 @@ sulu_media:
sulu_media_api:
resource: "@SuluMediaBundle/Resources/config/routing_api.yml"
prefix: /admin/api

sulu_product:
resource: "@SuluProductBundle/Resources/config/routing.yml"
prefix: /admin/product

sulu_product_api:
type: rest
resource: "@SuluProductBundle/Resources/config/routing_api.yml"
prefix: /admin/api

sulu_translate:
resource: "@SuluTranslateBundle/Resources/config/routing.yml"
prefix: /admin/translate

sulu_translate_api:
type: rest
resource: "@SuluTranslateBundle/Resources/config/routing_api.yml"
prefix: /admin/api
21 changes: 9 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@
"sensio/generator-bundle": "2.3.*",
"incenteev/composer-parameter-handler": "~2.0",

"sulu/sulu": "dev-develop",
"sulu/admin-bundle": "dev-develop",
"sulu/contact-bundle": "dev-develop",
"sulu/security-bundle": "dev-develop",
"sulu/content-bundle": "dev-develop",
"sulu/website-bundle": "dev-develop",
"sulu/media-bundle": "dev-develop",
"sulu/tag-bundle": "dev-develop",
"sulu/category-bundle": "dev-develop",
"sulu/translate-bundle": "dev-develop",
"sulu/product-bundle": "dev-develop",
"sulu/sulu": "0.4.*",
"sulu/admin-bundle": "0.4.*",
"sulu/contact-bundle": "0.4.*",
"sulu/security-bundle": "0.4.*",
"sulu/content-bundle": "0.4.*",
"sulu/website-bundle": "0.4.*",
"sulu/media-bundle": "0.1.*",
"sulu/tag-bundle": "0.4.*",

"jms/serializer-bundle": "@dev",
"stof/doctrine-extensions-bundle": "@dev",
Expand All @@ -53,7 +50,7 @@
"phpunit/phpunit": "3.7.*",
"sauce/sausage": "0.9.*",
"sulu/generator-bundle": "dev-develop",
"sulu/test-bundle": "dev-develop",
"sulu/test-bundle": "0.4.*",
"jackalope/jackalope-doctrine-dbal": "1.1.*"
},
"scripts": {
Expand Down

0 comments on commit 3eb4c52

Please sign in to comment.