From e00162c252b0cfb65210d3cc5ee75e3371c898ec Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Fri, 12 Jan 2018 15:44:33 -0500 Subject: [PATCH] Remove unnecessary configuration for translations/ directory --- config/packages/translation.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/packages/translation.yaml b/config/packages/translation.yaml index c27c667bb..610ba8254 100644 --- a/config/packages/translation.yaml +++ b/config/packages/translation.yaml @@ -1,9 +1,5 @@ framework: default_locale: '%locale%' translator: - # TODO: remove the 'paths' option when this is included in a stable release: - # https://github.com/symfony/symfony/pull/25083 - paths: - - '%kernel.project_dir%/translations/' fallbacks: - '%locale%'