Skip to content

Commit 9d924c5

Browse files
committed
Enabled translations and jQuery bundle for sonata
1 parent d9f149b commit 9d924c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/config/dist/framework.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ framework:
1212
resource: %kernel.root_dir%/config/routing.php
1313
default_locale: "en"
1414
templating: { engines: ['twig'] }
15+
translator: { fallback: en }
1516

1617
twig:
1718
debug: %kernel.debug%

src/Symfony/Cmf/Component/Testing/HttpKernel/TestKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function init()
4141
$this->registerBundleSet('sonata_admin', array(
4242
'\Sonata\BlockBundle\SonataBlockBundle',
4343
'\Sonata\AdminBundle\SonataAdminBundle',
44+
'\Sonata\jQueryBundle\SonatajQueryBundle',
4445
'Knp\Bundle\MenuBundle\KnpMenuBundle',
4546
'\Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle',
4647
'Symfony\Cmf\Bundle\TreeBrowserBundle\CmfTreeBrowserBundle',

0 commit comments

Comments
 (0)