mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Updates according to feedback
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user