File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Symfony/Cmf/Component/Testing/HttpKernel Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ framework:
12
12
resource : %kernel.root_dir%/config/routing.php
13
13
default_locale : " en"
14
14
templating : { engines: ['twig'] }
15
+ translator : { fallback: en }
15
16
16
17
twig :
17
18
debug : %kernel.debug%
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ public function init()
41
41
$ this ->registerBundleSet ('sonata_admin ' , array (
42
42
'\Sonata\BlockBundle\SonataBlockBundle ' ,
43
43
'\Sonata\AdminBundle\SonataAdminBundle ' ,
44
+ '\Sonata\jQueryBundle\SonatajQueryBundle ' ,
44
45
'Knp\Bundle\MenuBundle\KnpMenuBundle ' ,
45
46
'\Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle ' ,
46
47
'Symfony\Cmf\Bundle\TreeBrowserBundle\CmfTreeBrowserBundle ' ,
You can’t perform that action at this time.
0 commit comments