diff --git a/php-translation/symfony-bundle/0.4/config/packages/dev/php_translation.yaml b/php-translation/symfony-bundle/0.4/config/packages/dev/php_translation.yaml index 17d71c8a..76db9371 100644 --- a/php-translation/symfony-bundle/0.4/config/packages/dev/php_translation.yaml +++ b/php-translation/symfony-bundle/0.4/config/packages/dev/php_translation.yaml @@ -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 diff --git a/php-translation/symfony-bundle/0.4/config/packages/php_translation.yaml b/php-translation/symfony-bundle/0.4/config/packages/php_translation.yaml index f30549dd..688ee54c 100644 --- a/php-translation/symfony-bundle/0.4/config/packages/php_translation.yaml +++ b/php-translation/symfony-bundle/0.4/config/packages/php_translation.yaml @@ -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] \ No newline at end of file + 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] diff --git a/php-translation/symfony-bundle/0.4/config/routes/dev/php_translation.yaml b/php-translation/symfony-bundle/0.4/config/routes/dev/php_translation.yaml index fb63222f..cde43b84 100644 --- a/php-translation/symfony-bundle/0.4/config/routes/dev/php_translation.yaml +++ b/php-translation/symfony-bundle/0.4/config/routes/dev/php_translation.yaml @@ -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' \ No newline at end of file + resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml' diff --git a/php-translation/symfony-bundle/0.4/config/routes/php_translation.yaml b/php-translation/symfony-bundle/0.4/config/routes/php_translation.yaml index 59529659..142c4496 100644 --- a/php-translation/symfony-bundle/0.4/config/routes/php_translation.yaml +++ b/php-translation/symfony-bundle/0.4/config/routes/php_translation.yaml @@ -1,3 +1,3 @@ _translation_edit_in_place: - resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml' - prefix: /admin \ No newline at end of file + resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml' + prefix: /admin