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 688ee54c..a82f3c7c 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,13 @@ translation: - locales: ["en", "sv", "fr"] + locales: ["en"] 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" + output_dir: "%kernel.project_dir%/translations" excluded_names: ["*TestCase.php", "*Test.php"] excluded_dirs: [cache, data, logs]