Updated paths

This commit is contained in:
Tobias Nyholm
2017-10-21 09:53:18 -07:00
parent 7283a283d4
commit ccb5872a85
4 changed files with 20 additions and 20 deletions
@@ -1,3 +1,3 @@
translation:
symfony_profiler: # must be placed in config_dev.yml
enabled: true
symfony_profiler: # must be placed in config_dev.yml
enabled: true
@@ -1,14 +1,14 @@
translation:
locales: ["en", "sv", "fr"]
webui:
enabled: true
edit_in_place:
enabled: false
config_name: app
activator: php_translation.edit_in_place.activator
configs:
app:
dirs: ["%kernel.project_dir%/templates", "%kernel.root_dir%/src"]
output_dir: "%kernel.project_dir%/Resources/translations"
excluded_names: ["*TestCase.php", "*Test.php"]
excluded_dirs: [cache, data, logs]
locales: ["en", "sv", "fr"]
webui:
enabled: true
edit_in_place:
enabled: false
config_name: app
activator: php_translation.edit_in_place.activator
configs:
app:
dirs: ["%kernel.project_dir%/templates", "%kernel.root_dir%/src"]
output_dir: "%kernel.project_dir%/app/Resources/translations"
excluded_names: ["*TestCase.php", "*Test.php"]
excluded_dirs: [cache, data, logs]
@@ -1,6 +1,6 @@
_translation_webui:
resource: "@TranslationBundle/Resources/config/routing_webui.yml"
prefix: /admin
resource: "@TranslationBundle/Resources/config/routing_webui.yml"
prefix: /admin
_translation_profiler:
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'
@@ -1,3 +1,3 @@
_translation_edit_in_place:
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'
prefix: /admin
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'
prefix: /admin