Skip to content

Commit e47fb1b

Browse files
committed
minor #749 Remove unnecessary configuration for translations/ directory (yceruto)
This PR was merged into the master branch. Discussion ---------- Remove unnecessary configuration for translations/ directory Now it's in the core. Commits ------- e00162c Remove unnecessary configuration for translations/ directory
2 parents 61c3194 + e00162c commit e47fb1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/packages/translation.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
framework:
22
default_locale: '%locale%'
33
translator:
4-
# TODO: remove the 'paths' option when this is included in a stable release:
5-
# https://github.com/symfony/symfony/pull/25083
6-
paths:
7-
- '%kernel.project_dir%/translations/'
84
fallbacks:
95
- '%locale%'

0 commit comments

Comments
 (0)