mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Activate translation bundle only in dev mode.
This commit is contained in:
@@ -18,5 +18,5 @@ return [
|
||||
Omines\DataTablesBundle\DataTablesBundle::class => ['all' => true],
|
||||
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
|
||||
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
|
||||
Translation\Bundle\TranslationBundle::class => ['all' => true],
|
||||
Translation\Bundle\TranslationBundle::class => ['dev' => true],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user