Skip to content

Commit c599598

Browse files
committed
bug #19533 Fix translator cache_dir default value reference (smoench)
This PR was merged into the 5.4 branch. Discussion ---------- Fix translator cache_dir default value reference According to https://github.com/symfony/symfony/blob/5.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L831 is the default value without a `/` at the end. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- ef35636 Fix translator cache_dir default value reference
2 parents d0ca89f + ef35636 commit c599598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ translator
25082508
cache_dir
25092509
.........
25102510

2511-
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations/``
2511+
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations``
25122512

25132513
Defines the directory where the translation cache is stored. Use ``null`` to
25142514
disable this cache.

0 commit comments

Comments
 (0)