Skip to content

Commit 5ccc143

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Fix translator cache_dir default value reference
2 parents 1b65d97 + c599598 commit 5ccc143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ translator
25292529
cache_dir
25302530
.........
25312531

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

25342534
Defines the directory where the translation cache is stored. Use ``null`` to
25352535
disable this cache.

0 commit comments

Comments
 (0)