In order to translate from the symfony toolbar updating the po files.pull/3064/head
parent
db29d13370
commit
eb35b5d08a
@ -0,0 +1,5 @@ |
||||
translation: |
||||
symfony_profiler: |
||||
enabled: true |
||||
webui: |
||||
enabled: true |
||||
@ -0,0 +1,12 @@ |
||||
translation: |
||||
locales: ["en"] |
||||
edit_in_place: |
||||
enabled: true |
||||
config_name: app |
||||
activator: php_translation.edit_in_place.activator |
||||
configs: |
||||
app: |
||||
dirs: ["%kernel.project_dir%/var/templates", "%kernel.project_dir%/src"] |
||||
output_dir: "%kernel.project_dir%/src/CoreBundle/Resources/translations" |
||||
excluded_names: ["*TestCase.php", "*Test.php"] |
||||
excluded_dirs: [cache, data, logs] |
||||
@ -0,0 +1,6 @@ |
||||
_translation_webui: |
||||
resource: "@TranslationBundle/Resources/config/routing_webui.yml" |
||||
prefix: /admin |
||||
|
||||
_translation_profiler: |
||||
resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml' |
||||
@ -0,0 +1,3 @@ |
||||
_translation_edit_in_place: |
||||
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml' |
||||
prefix: /admin |
||||
Loading…
Reference in new issue